Jump to content

Master Awesome

Member
  • Posts

    142
  • Joined

  • Last visited

Everything posted by Master Awesome

  1. Logged in for the first time in 4 years just to reply to this lol. I've been working on a hack as a passion project for 8 years now... Just wanted to say it's nice to see posts like this, glad you still have passion for your project rather than outright abandoning it. This stuff is time consuming and it's hard to find time/motivation to do it sometimes (I've been telling myself I need to learn asm for like 5 years now and just recently wrote my first code lol). And although I take long breaks/things get away from me, the potential of everything I've worked on always brings me back. Hope everything goes well and you continue to get satisfaction out of this.
  2. I could be wrong, but I think the reason for that is not all GBA games use the sappy engine. I believe Minish Cap, Fusion, and Zero Mission don't, so that's probably why they don't work.
  3. Yeah, using FEBuilder is the easiest way to import from other games (i think). If you go into the Song Table -> Song Track Editor, there's a button labeled "Song Import from another game". Press that and you'll see 2 columns. On the right hand side, open the other rom that you wish to import from. It'll bring up a list of the song numbers in hexadecimal. Choose the one you want to import, then choose what song number you want to import it to on the left hand side and hit import. That should just about do it. As for songs not from other gba games, it just takes time and practice. Start off with simple midis and edit them until they sound good in game. You'll learn a lot just by doing that.
  4. I'm not too familiar with FEBuilder, but couldn't you just insert the animation with that and it should show you the offset?
  5. Took me a few run throughs to catch it too. The reason her mouth stops moving is because you're opening the text box Left when her portrait is still MidLeft ([OpenLeft][CloseEyes]You better not...![A]) You can either move her to Left or change the subsequent OpenLeft's to OpenMidLeft. Same goes for when you clear her face. You have [OpenLeft][ClearFace], but she's still MidLeft so her portrait remains when your FarLeft character shows up.
  6. First one began with 09 -- I wrote it to 18F8800 and replaced the original boss music hex pointer of 80AFBD08 (l.e. of 08BDAF80) with pointer to my new offest 00888F09. Then I wrote it to D02000 (pointer 0020D008) instead and it stopped being dumb
  7. Ok well I originally wrote it to then end of my expanded rom (1900000~ or something absurd) but then I just wrote it to some free space at D02000 and it worked?
  8. So I expanded/relocated the Boss Music array (and changed the editor.nmm accordingly) and this happens when battle animations are viewed in game. It freezes up, before continuing but with distorted/echo-ey sounds and no music. I can say with 99% confidence that I expanded it correctly. There was only one pointer that needed replacing... I wanna say I've encountered this before but I can't remember. Is there a known cause for it? Thanks as always.
  9. @[Annoyingmous] Your location events are as followed: Location_events: Seize(6,6) Armory(ARMORLIST,19,20) LOCA End_MAIN You have both LOCA and End_MAIN. Try removing one (preferably loca since you use end_main for the others).
  10. Figured an asm or simple command for this already existed, but I haven't found anything. I just want Hector to fall asleep after talking to Eliwood or something stupid. Any help/direction is great as always.
  11. k so in fe7 in the dorcas chapter with natalie, she's an npc. Thing is, she doesn't have a unit window like every (most?) other units do. It seems directly tied to her character, not her class, and I just wanted to know how or why or whut for possible duplication. My guess is it's hardcoded unless I'm missing something obvious. Thanks
  12. YES that's what I did. Another one of those things I'll have to keep in mind to avoid anymore headaches. Thanks a ton, really.
  13. K I have an issue and it's annoying me. I'm probably overlooking something but whatever. So I have my Good units (deployable units in prep screen) all set up and listed, but one of them (fighter to the right) isn't in one of the spaces and another one (left fighter) is sitting on top of my knight unit when I check the formation in the prep screen. Coordinates are all different. Everything is fine until I add the 8th unit slot (8th slot is taken up by the rightmost fighter). Screenshot and script below if anyone can straighten me out.
  14. FE7. For me personally, I can't think of a wider gap between two games of the same series.
  15. I don't really use macros a lot, but it seems the AI one is the problem. If you substitute the AI macro (AttackInRange, PursuitWithoutHeed, etc.) with its corresponding value it should resolve the error. (Don't know why) So in Event Assembler's AI Helpers.txt file in the EA Standard Library where the macros are located, you'll see that AttackInRange corresponds to [0x00,0x03,0x09,0x00], so just put [0x00,0x03,0x09,0x00] in place of AttackInRange. Like this: UNIT 0x5F 0x12 0x00 Level(3, Enemy, 1) [17,0] [14,2] [0x1F, 0x28] [0x00,0x03,0x09,0x00] You'd do the same thing for PursuitWithoutHeed, except use [0x00,0x02,0x02,0x00] instead. Strangely enough, your good units assemble ok, so I guess the NoAI macro is good. I may or may not know what I'm talking about. Just make sure you test in game if the AI actually works correctly.
  16. I'll go the unpopular route and agree with you. I kinda hate reclassing. I think each character should be a specific unit and it should stay that way. Also starting stats and growths no longer really matter, and while reclassing makes "everyone usable", I do miss each character have certain strengths and weaknesses correlating to their stats/growths. But whatever. I'm not big on the 3DS games anyhow.
  17. Random question. Is there a way to force a character to "wait"? As in, for example, manually move a character (with MOVE command) and then have them "wait" and trigger an AREA event? Can't think of anything but any work arounds would be neat.
  18. I'm not big on pairs/shipping and I never was, but I was did like Hector and Lyn's friendship/interactions the most (considering there's a good amount of it), so...
  19. So I tried doing this a few months ago but didn't have much success (I kinda stopped cuz of stuff), but can you expand the number of Custom Battle Sprite slots? There's like 15 or 16 or so for FE7, but can you add more? I tried copying some of the individual modules (i.e. Bishop Lucius or whatever) and changed the information, repointed everything, changed the needed modules and text files, and made custom animations. So then in the Character Editor in Nightmare, I could go to Dorcas or someone, and under the Custom Battle Sprite drop down menu I put one of my new custom slots (0x11 or something). But it didn't work, just showed the map animation. Am I doing this right or is it not possible. I'm fairly certain I edited everything pertaining to class animations accordingly...
  20. It certainly expands the distance between him and the other lords (ahem... Roy, Marth)
  21. Dorcas is my favorite character, so yeah I already voted for him and will keep doing so.
  22. I like both of them, but until I see Ike with a beard, Hector will always be my favorite.
×
×
  • Create New...