Jump to content

Kirb1337

Member
  • Posts

    333
  • Joined

  • Last visited

Everything posted by Kirb1337

  1. Pair Up:already done by circleseverywhere. Class Changing:doesn't sound hard at all.
  2. Change $49ACE and $49AD8 to 00
  3. Not only that, but you'd also need a rom dumper if you wanted to play on an emulator/hack your game, and that'd also mean your dumped rom would be different to the one you used to make your hack, which would make patching difficult.
  4. As long as we don't give out links/site names for downloading roms, it's cool.
  5. If the file being downloaded is a 8-16 mbs gba file, then you're sure it's the rom and its safe. If it's a .zip, then make sure that the file inside is the gba rom before unzipping, and there's no shady exe. If the file being downloaded is an exe, you should probably delete it, It'll either be a shady installer that will install other programs without telling you, or just a plain virus.
  6. oh boy such hardcore you're the best me too i only play berwick hard mode thracia and fe12 lunatic reverse (You already lost my interest; this is the clichéest sentence i've ever seen about fe) FE is a strategy game; Most of the fun comes from planning enemy group wipeouts and pulling them off, not being able to know if x enemy, for example, has a swordreaver, Is just bullshit to me. So the tactician is an unit's who's only purpose is to observe units stats? Good luck making sprites for them. these two works against each other -you'll have to diversify your unit choice -you'll have to pick a main party and stick with it if you want it to get good Berwick mercenaries or riot Anyways, this is a pretty good concept, I like that you're trying to get away from the usual fe gameplay, although you're very ambitious. Do you have prior experience coding/desigining a game?(sorry if you said it in the thread and i didnt see it, it's 2 am in france and i'm tired.) I wish you luck trying to get it done.
  7. FEU CrossPost the source because I know that's all you came for: #include "Extensions\Hack Installation.txt" #define HookLocation 0x01C090 //Debug Bootup, obviously Unused PUSH //Removing a bit off mov bonus(suspend only uses 4) //Saving Routine ORG 0xA575C WORD 0xFFFFFE1F //Loading Routine ORG 0xA6104 WORD 0xFFFFFE1F //Using That bit to save and load bit 8 of class class ORG 0xA535E SHORT 0x6019 0x2180 0x4001 0x0149 0x8159 0 0 ORG 0xA57B4 BL(HookLocation); SHORT 0 0 ORG HookLocation SHORT 0x4668 0x8941 0x04C9 0x0FC9 0x01C9 0x7800 0x0640 0x0E40 0x4308 0x4770 POP Explanations: Basically, Suspend allocates 4 bits for mov bonus. however, normal save allocates 5 bits for it. so what I did, was I made it so mov bonus for normal save was 4 bits, and used the newly allocated bit to store the top bit of the class index, to allow for 0xFF, aka 255 classes, instead of the old 127 cap. Proper save expansion is coming soon™ I promise. Pictured here: Eirika with class ID 0x82. FEBuilder patch: https://cdn.discordapp.com/attachments/235253973588639747/398277696125272078/class_save_fix.rar how to install: put folder in config\patch\FE8U, and it should autodetect.
  8. 50 recruited units is the max limit, unrecruited ones simply dont get loaded into ram so there's nothing to worry about.
  9. To expand on what MCProductions said, FEditor has been outdated by a recently-released program named "FEBuilder". you can download it here: http://feuniverse.us/t/fe-builder-gba/2845/368
  10. just have ifdefs that make it so if debug is defined then all enemy groups are empty and whenever you dont need to debug anymore undefine debug and recompile, buildfile master race
  11. New update up. I mostly fixed some glitches, and changed the music. I also edited personal skills for some of the characters.
  12. Come Join Morps in his quest to retrieve his pants! Screenshots: Featuring: -3 Custom Chapters -Circleseverywhere's(and a bunch of other cool wizards that would be too long to list, special shoutouts to stan cause he's my french bro tho) skill system -Tequila's display growths hack -Some custom music made by a bunch of peoples, primarely alusq tho i think -Portraits ripped from FE1 and 4 Big thanks to everyone in the void's blitzarre adventure team, for making the vba buildfile that allows an easy to make fully custom hacks. Patch: https://www.dropbox.com/s/9qba39fn7kq5heu/MorpsQuestForPants.ups?dl=0 Enjoy! and most importantly, reply soon
  13. Only hacks with a downloadable patch are added on this list.
  14. Dont share roms, use NUPS to create a .ups patch instead.
  15. The nightmare module you have must be treating the growths byte as 8 signed bits, so anything over 128 is displayed as negative.
  16. Fire Emblem Universe (290 replies, 10k views)
  17. Might as well post this here, this is a video showcasing the process of creating a custom chapter with simple custom maps and events using febuilder:
  18. FEBuilderGBA is an all in one editor for the GBA fire emblem games made by 7743. It contains a lot of easy to use editors for character data, maps, events, music, and graphics. The translation is still a work in progress. Screenshots: How to Download: http://ngmansion.xyz/wiki/hackfe/index.php?解説/FEBuilderGBA/How to download FEBuilderGBA_EN Click this button to get to the download screen. Please report any bug you find, 7743 is actively trying to fix them. (For those wondering, I have permission from 7743 to post this topic: https://cdn.discordapp.com/attachments/243871665602166784/375417778410356738/unknown.png)
  19. Im working on one that should release for the end of the year, i've posted it on reddit, and submitted chapter1-2-2x at fee3. Currently, all menus are done, and up to chapter 5 is translated.
  20. Up to chapter 4x is fully completed, and ch 5 is about halfway done.
  21. Yeah, someone named Kirb has been doing it for the last two months. I wonder where he went...
  22. Nope, the script translation messes with the text system, so it crashes on launch, if i remember correctly.
  23. You'll need to order the palette by pasting one pixel of each color(according to the order you can see downright in em) on the upleft of the image. right now, your image is fine, but its reading the colors in the wrong order.
  24. ^but dont forget to use usenti for color count checking
×
×
  • Create New...