Jump to content

Master Awesome

Member
  • Posts

    142
  • Joined

  • Last visited

About Master Awesome

  • Birthday 06/03/1996

Retained

  • Member Title
    The Master of Awesome

Profile Information

  • Location
    My couch

Previous Fields

  • Favorite Fire Emblem Game
    Blazing Sword

Member Badge

  • Members
    Greil

Recent Profile Visitors

1,526 profile views

Master Awesome's Achievements

Newbie

Newbie (1/14)

  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.
×
×
  • Create New...