Noob Hacking Confessions

Confess something nooby you’ve done. Pretend it was way back when you started rom hacking for the first time.

My confession: when I was first using febuilder and I saw that a unit’s state could be “Tequila’s Capture”, I thought @Tequila must be a fire emblem character. Just some random unit in a FE I’ve never played that can capture, maybe the japanese name for a unit (it’s pretty weird to have a character named after alcohol, so it must be the japanese name!)

17 Likes

I used FEditor.

21 Likes

In FEBuilder’s eventing editor, the Fade commands (FADI, FADU, FAWI, FAWU) have a parameter input that is labeled “Speed” and measured in “frame sec.” When I started working on my hack late last summer, I didn’t really know what it referred to (which was true for many aspects of FEB at the time).

So, being a habitual PC gamer, I saw the words “frame sec” and thought to myself, “Oh, obviously you want 60 for that.” So I set every fade command in my hack at 60.

I didn’t realize how it’s actually supposed to be used until quite far into building my back - like when I was constructing Chapter 23 or 24, maybe 3 or 4 months ago. So then I went back through the entire hack and changed it for every fade to be more appropriate depending on the gameplay situation (which actually didn’t take that long, but still, lol).

3 Likes

There was this one time I was hacking fe6. Keep in mind this was before Febuilder was made. I was making changes to chapter seven, Rebellion of Ostia. I was just doing random things like adding new characters and a whole bunch of green and red units.

I can not, for the life of me, remember how I messed up, but there were multiple waves of enemies and npcs that just kept repeatedly spawning back to back. It was to a point where the game would lag from dragging the cursor around or on other phases. It was a blown out war with fighting everywhere on that map. To this day, that was the most fun I had with a map. I think that’s why I love bigger maps in Fe now. I think that rom was randomized too so lol!

3 Likes

I tried to do a chain of very inconvenient events for FE8 instead of realizing there was a world map skip patch.

I used to be afraid of assemblers. I wrote my first few assembly routines in no$gba and copied the resulting bytes out into a hex dump. Calculating jump/bl offsets by hand is fun.

I figured that this was easier than grabbing devkit, somehow. Don’t be me.

6 Likes

Does it count if you’re still very much a noob? But my most embarrassing moment so far was on Day 1; I didn’t realize that SkillSystems allows you to see stat growth rates on the status screen and was convinced the units were somehow getting base stat numbers in the 50s and whatnot. So I messed around with base stats, trying to figure out why units weren’t doing tons of damage with their 55 attack… before realizing I’m an idiot.

4 Likes

the first thing I did was make eliwood a monk and use his white robe portrait

5 Likes

I’m still a noob, so I guess this doesn’t really count, but since the unarmed animation is labelled ‘item’, I was confused why the item animation wasn’t showing when I used a vulnerary. I was convinced I had screwed up something.

Then someone reminded me that using a vulnerary has never shown animations.

4 Likes

I tried inserting custom animations for the first time a few days ago and I was thinking similarly. You see, I never actually use battle animations ingame, so I was like “oh, some items must have battle animations? How does that work? Like pure water or something?”

I didn’t really give it any further thought til now. Today I learned

1 Like

Remember how I said that J&P Gaiden was a remake of my first ever hack? Yeah the original had tons of issues.

  • I put playables past id 0x45 (and really far past, like in the 0xD section)
  • Mixing FE7/FE8 colors
  • Estria Classic had skill bloat and rng based skills
  • Really awful recolors
  • I tried to do a route split
2 Likes

I tried using Blazers hacking guide like two years ago and was confused af

1 Like

When I first started I didn’t even know there were free to use assets so I just repaletted vanilla mugs using colour values taken from other vanilla characters.

Chester started off as white Cormag.
image

I also committed the cardinal sin of having a Marisa recolour. Jenna was just Marisa with colours taken from Knoll’s palette.
image

9 Likes

I uninstalled skill systems, twice.

5 Likes

image

I don’t think this needs any explanation.

21 Likes

The man.
The myth.
The legend.

Banana Man.

15 Likes

Ah yes the attempt of having cool, unique color palettes for you units but them you realize it was better in your head than in the game

3 Likes

Mine would definitely be somehow installing a two year old version of the skillspatch and basically screwing up the whole project because i neither noticed it nor knew of any problems it could cause until it was too late, aka 3 months into development.

3 Likes

I did the same thing, except it was two years ago so it was the most recent version of skillsystems at the time.

What circumstance lead it to being a problem for you? As for me it was a unit erasing bug that meant there could be a total of 50 enemies for the entire map including reinforcements, which i didn’t know until chapter 7.