########################################################## ######################## READ ME ######################### ########################################################## # The symbol @ means that the offset is read dynamically from the ROM. # Which means that even if you repointed a data, G3T will be able to find the new pointer without having you update this file, except if you did some extremely advanced ASM hacking. (Which is very rare even in the most heavily ASM hacked ROMs) # You can still edit the offsets to make G3T go directly to the data's offset, like in most of the tools. # You will still need to edit this file if you changed a table or a data's size. (Such as NumberOfMoves f.e.) # Exemples of how to edit MoveData properly for an untouched English Fire Red ROM: # - "MoveData=@1CC" (dynamic offset) # - "MoveData=&H250C04" (direct offset, in hexadecimal) # - "MoveData=2427908" (direct offset, in decimal) ########################################################## ######################## READ ME ######################### ########################################################## [GENERAL] ROMCode=BPRF ROMName=Pokémon Fire Red (French) [MOVE] NumberOfMoves=354 ---------------------------------------------------------- SoundBasedMoves=@1A5EC MoveAnimationTable=@725F4 MoveDescriptionTable=@E5724 MoveData=@1CC MoveNames=@148 [ITEM] IndexOfFirstTM=289 NumberOfHMs=8 NumberOfItems=374 NumberOfTMs=100 ---------------------------------------------------------- TMData=@125B98 ItemIMGData=@98B60 ItemData=@1C8 [ABILITY] NumberOfAbilities=77 ---------------------------------------------------------- AbilityDescriptionTable=@1C4 AbilityNames=@1C0 [POKEMON] NumberOfPokemon=2000 NumberOfMoveTutors=15 NumberOfMaxEvolutions=5 ---------------------------------------------------------- PokemonShinyPal=@134 DexDataTable=@88FD8 PokemonNormalPal=@130 PokemonBackSprites=@12C PokemonFrontSprites=@128 MoveTutorCompatibility=@120D24 TMHMCompatibility=@43B40 PokemonEvolutions=@42E44 PokemonMoveTable=@3E954 PokemonNames=@144 PokemonData=@1BC [TRAINER] NumberOfTrainers=742 NumberOfTrainerImages=147 NumberOfClassNames=107 ---------------------------------------------------------- TrainerPaletteTable=@34624 TrainerImageTable=@34614 ClassMoneyLocation=@2593C ClassNamesLocation=&H238964 TrainerData=@FB70 [MISC] SizeOfBattleText=247 SizeOfPCText=325 SizeOfNatureNames=162 ---------------------------------------------------------- BattleText=@32B10 PCText=@3CD37C NatureNames=@45D46C