diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-05-20 03:57:12 -0500 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-05-20 03:57:12 -0500 |
commit | 6a2dc36749563d2db179d8dfe38db445515d5495 (patch) | |
tree | 971df773ee5d68ed8a12ffea7e47fc8c8e9beab4 /main.asm | |
parent | be8a5d6c6a7035c0dbf4c5d407e1aac12769c501 (diff) |
rename cal's header to PKMN Trainer
Diffstat (limited to 'main.asm')
-rw-r--r-- | main.asm | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3238,7 +3238,7 @@ TrainerGroupPointerTable: ; 0x39999 dw Rival1TrainerGroupHeader dw EliteFourWillTrainerGroupHeader dw EliteFourWillTrainerGroupHeader - dw SpecialPKMN1TrainerGroupHeader + dw PKMNTrainerGroupHeader dw EliteFourBrunoTrainerGroupHeader dw EliteFourKarenTrainerGroupHeader dw EliteFourKogaTrainerGroupHeader @@ -3549,7 +3549,7 @@ EliteFourWillTrainerGroupHeader: ; 0x39c51 ; last_address=0x39c76 size=37 ; 0x39c76 -SpecialPKMN1TrainerGroupHeader: ; 0x39c76 +PKMNTrainerGroupHeader: ; 0x39c76 ; CAL1 (2) at 0x39c76 db "CAL@" db $00 ; data type |