diff options
| author | PikalaxALT <pikalaxalt@gmail.com> | 2020-06-12 16:23:27 -0400 |
|---|---|---|
| committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-06-12 17:53:50 -0400 |
| commit | 6e12ebdda862b77eb4d6afa6533e82373e5834ce (patch) | |
| tree | a4c5251244b0b79c8833bc98f63ac121617738b7 /arm9/asm | |
| parent | 09514ee0e6982c61d884682b4b747a4383f0d1b8 (diff) | |
Transfer pokemon .rodata to C
Diffstat (limited to 'arm9/asm')
| -rw-r--r-- | arm9/asm/pokemon_s.s | 102 |
1 files changed, 5 insertions, 97 deletions
diff --git a/arm9/asm/pokemon_s.s b/arm9/asm/pokemon_s.s index ab47775b..0371e142 100644 --- a/arm9/asm/pokemon_s.s +++ b/arm9/asm/pokemon_s.s @@ -4,103 +4,11 @@ .extern gGameLanguage .extern gGameVersion - - .section .rodata - - .global sItemOdds -sItemOdds: ; 0x020F7ECC - .short 0x002D, 0x005F - .short 0x0014, 0x0050 - - .global sFriendshipModTable -sFriendshipModTable: ; 0x020F7ED4 - .byte 5, 3, 2 - .byte 5, 3, 2 - .byte 1, 1, 0 - .byte 3, 2, 1 - .byte 1, 1, 0 - .byte 1, 1, 1 - .byte -1, -1, -1 - .byte -5, -5, -10 - .byte -5, -5, -10 - .byte 3, 2, 1 - - .global sLegendaryMonsList -sLegendaryMonsList: ; 0x020F7EF2 - .short SPECIES_MEWTWO - .short SPECIES_MEW - .short SPECIES_HO_OH - .short SPECIES_LUGIA - .short SPECIES_CELEBI - .short SPECIES_KYOGRE - .short SPECIES_GROUDON - .short SPECIES_RAYQUAZA - .short SPECIES_JIRACHI - .short SPECIES_DEOXYS - .short SPECIES_DIALGA - .short SPECIES_PALKIA - .short SPECIES_GIRATINA - .short SPECIES_PHIONE - .short SPECIES_MANAPHY - .short SPECIES_DARKRAI - .short SPECIES_SHAYMIN - .short SPECIES_ARCEUS - - .global UNK_020F7F16 -UNK_020F7F16: ; 0x020F7F16 - .byte 0, 0, 0, 0, 0 - .byte 1, 0, 0, 0, -1 - .byte 1, 0, -1, 0, 0 - .byte 1, -1, 0, 0, 0 - .byte 1, 0, 0, -1, 0 - .byte -1, 0, 0, 0, 1 - .byte 0, 0, 0, 0, 0 - .byte 0, 0, -1, 0, 1 - .byte 0, -1, 0, 0, 1 - .byte 0, 0, 0, -1, 1 - .byte -1, 0, 1, 0, 0 - .byte 0, 0, 1, 0, -1 - .byte 0, 0, 0, 0, 0 - .byte 0, -1, 1, 0, 0 - .byte 0, 0, 1, -1, 0 - .byte -1, 1, 0, 0, 0 - .byte 0, 1, 0, 0, -1 - .byte 0, 1, -1, 0, 0 - .byte 0, 0, 0, 0, 0 - .byte 0, 1, 0, -1, 0 - .byte -1, 0, 0, 1, 0 - .byte 0, 0, 0, 1, -1 - .byte 0, 0, -1, 1, 0 - .byte 0, -1, 0, 1, 0 - .byte 0, 0, 0, 0, 0 - - .global sNatureStatMods -sNatureStatMods: ; 0x020F7F93 - .byte 0, 0, 0, 0, 0 - .byte 1, -1, 0, 0, 0 - .byte 1, 0, -1, 0, 0 - .byte 1, 0, 0, -1, 0 - .byte 1, 0, 0, 0, -1 - .byte -1, 1, 0, 0, 0 - .byte 0, 0, 0, 0, 0 - .byte 0, 1, -1, 0, 0 - .byte 0, 1, 0, -1, 0 - .byte 0, 1, 0, 0, -1 - .byte -1, 0, 1, 0, 0 - .byte 0, -1, 1, 0, 0 - .byte 0, 0, 0, 0, 0 - .byte 0, 0, 1, -1, 0 - .byte 0, 0, 1, 0, -1 - .byte -1, 0, 0, 1, 0 - .byte 0, -1, 0, 1, 0 - .byte 0, 0, -1, 1, 0 - .byte 0, 0, 0, 0, 0 - .byte 0, 0, 0, 1, -1 - .byte -1, 0, 0, 0, 1 - .byte 0, -1, 0, 0, 1 - .byte 0, 0, -1, 0, 1 - .byte 0, 0, 0, -1, 1 - .byte 0, 0, 0, 0, 0 + .extern sItemOdds + .extern sFriendshipModTable + .extern sLegendaryMonsList + .extern UNK_020F7F16 + .extern sNatureStatMods .section .data |
