Jump to content

icecube

Member
  • Posts

    40
  • Joined

  • Last visited

Everything posted by icecube

  1. I've examined your ROM. If using the patch causing glitches, do not use the patch. Instead, try implementing #8, since no modification has been made in 0x58AD2.
  2. I'm assuming that you have free space in B80000 Copy this to 0x58AD2 03 49 40 18 00 78 03 21 08 40 02 BC 08 47 00 00 B8 08 Open New FE8 W Animation Table.nmm, then change 0xB2E900 into 0xB80000. To reset the table, set B80000 - B800FF in the ROM into 00
  3. Possibly this is the main problem. If you're using the original Nightmare, remember that it does not expand the ROM.Try expanding the ROM first (in your case, until 0x10AC500 + 0x1C20).
  4. Updated. I'm adding version 2 of FE8 range fix. Note. While Latona needs its range to be updated, I'm not including the change into the patch due to flexibility.
  5. That's the link of Hextator's Nightmare 2.0, which is a Java app. You can find it in FEShrine.
  6. IMO, a text editor and a hex editor is enough (along with gbatek documentation). If you only want to do a simple modification such as STR/2 and 0 crt, it shouldn't be difficult.
  7. Unfortunately, he never did research on what actually gives these items their Anima/Dark magic triangle effects and where it might be coded. Yet he wrote it. It's on 080288E6 (for FE7. For FE8, it's 0802A870). In the routine, both Light Brand and Wind Sword have their magic weapon bit cleared (Weapon ability 1, 0x40) for meele attack, or their weapon type changed for ranged attack. Runesword always has its weapon type changed. Since this routine is called after determining whether the weapon is magical, the weapon will always hit RES, since their magic weapon bit was set initially. The routine for modifying the STR/2 and 0 CRT is actually on 0802A4B8 (display only), and 0802ADCC (preview and battle). Edit: fixed typo. Thanks Blademaster!
  8. Since what you want is only altering the weapon type, IMO this patch is enough. This patch will allow you to edit weapon type at range or meele (or both). This patch also allow you to set some weapons to use their ranged animation on meele attack. Weapon EXP is set for original weapon (Lightbrand will not get light wexp on range). Note that this patch does NOT modify battle formula such as STR/2, 0 crt, etc.
  9. I'm assuming that you want to play it from your iPhone. 1. Do you have the ROM? 2. Do you have a suitable emulator? (e.g. GBA4iOS if you want to play from your iPhone) If you have them in your iPhone, then use the save file to play the game. If you have them in your dropbox then download them to your iPhone. If you don't have either of them, then ask Google.
  10. Easy way: Create a new class for the custom brigand with a different base stat or growth (It's recommended to move the class table). This will allow you to make limited custom extra characters. Hard way: Debug it when the enemy stats are calculated. This will allow you to customize every enemy's stats.
  11. Sorry for my break. Actually there are some annoying differences between FE7 and FE8. Fortunately, most part of the code is compatible. I wish this patch doesn't cause any unwanted bug (at least not in chapter 2). Feel free to report any bug/glitch.
  12. Check your nightmare module. Change weapon type into 1 byte entry Example:
  13. It's not about the number. It's the line. Just write something after the hex value. (e.g. 0xCF write something here)
  14. Have you change the first line of the file? It's the number of entries shown. Change it into the number of lines - 1, and you're done
  15. Use a Hex Editor for this. 1. Find an unused space (e.g. D99900) 2. Type the class the weapon is effective against and end it with 00 (e.g. against lord, type "01 02 03 00") 3. Use the offset as effectiveness pointer in the Item Editor. (In this case, use 08D99900) To edit the existing effectiveness pointer, just edit the value of the offset or create a new effectiveness pointer (I prefer the second.)
  16. The penalty method is actually weapon specific, which works only if the set range is less than the distance of the battle. (Set the range greater than 15 to ignore this features). The penalty affects damage, accuracy, and critical rate.
  17. Update the patch (because of silly bugs when someone interrupt the promotion). Current patch is v3
  18. 2. Since Brigand and F Thief are not intended to be promoted, they aren't listed in promotion item effect. The location of the promotion item can be found at 2742C table (disassembler). Or use this package to repoint all of your promotion.
  19. If it's about RAM space, see B92EB0
  20. Yes, before I wrote the code. That helps me a lot when I want to check for error or add other features. I'm using VBA disassembler.
×
×
  • Create New...