mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-01-23 09:16:20 -08:00
rename cal's header to PKMN Trainer
This commit is contained in:
parent
be8a5d6c6a
commit
6a2dc36749
@ -24,7 +24,7 @@ trainer_group_names = {
|
|||||||
#PokemonProf group is empty :/
|
#PokemonProf group is empty :/
|
||||||
0x0A: {"name": "Pokémon Prof.", "constant": "POKEMON_PROF"},
|
0x0A: {"name": "Pokémon Prof.", "constant": "POKEMON_PROF"},
|
||||||
0x0B: {"name": "Elite Four Will", "uses_numeric_trainer_ids": True, "constant": "WILL"},
|
0x0B: {"name": "Elite Four Will", "uses_numeric_trainer_ids": True, "constant": "WILL"},
|
||||||
0x0C: {"name": "Special PKMN 1 [Cal]", "constant": "CAL"},
|
0x0C: {"name": "PKMN [Cal]", "constant": "CAL"},
|
||||||
0x0D: {"name": "Elite Four Bruno", "uses_numeric_trainer_ids": True, "constant": "BRUNO"},
|
0x0D: {"name": "Elite Four Bruno", "uses_numeric_trainer_ids": True, "constant": "BRUNO"},
|
||||||
0x0E: {"name": "Elite Four Karen", "uses_numeric_trainer_ids": True, "constant": "KAREN"},
|
0x0E: {"name": "Elite Four Karen", "uses_numeric_trainer_ids": True, "constant": "KAREN"},
|
||||||
0x0F: {"name": "Elite Four Koga", "uses_numeric_trainer_ids": True, "constant": "KOGA"},
|
0x0F: {"name": "Elite Four Koga", "uses_numeric_trainer_ids": True, "constant": "KOGA"},
|
||||||
|
4
main.asm
4
main.asm
@ -3238,7 +3238,7 @@ TrainerGroupPointerTable: ; 0x39999
|
|||||||
dw Rival1TrainerGroupHeader
|
dw Rival1TrainerGroupHeader
|
||||||
dw EliteFourWillTrainerGroupHeader
|
dw EliteFourWillTrainerGroupHeader
|
||||||
dw EliteFourWillTrainerGroupHeader
|
dw EliteFourWillTrainerGroupHeader
|
||||||
dw SpecialPKMN1TrainerGroupHeader
|
dw PKMNTrainerGroupHeader
|
||||||
dw EliteFourBrunoTrainerGroupHeader
|
dw EliteFourBrunoTrainerGroupHeader
|
||||||
dw EliteFourKarenTrainerGroupHeader
|
dw EliteFourKarenTrainerGroupHeader
|
||||||
dw EliteFourKogaTrainerGroupHeader
|
dw EliteFourKogaTrainerGroupHeader
|
||||||
@ -3549,7 +3549,7 @@ EliteFourWillTrainerGroupHeader: ; 0x39c51
|
|||||||
; last_address=0x39c76 size=37
|
; last_address=0x39c76 size=37
|
||||||
; 0x39c76
|
; 0x39c76
|
||||||
|
|
||||||
SpecialPKMN1TrainerGroupHeader: ; 0x39c76
|
PKMNTrainerGroupHeader: ; 0x39c76
|
||||||
; CAL1 (2) at 0x39c76
|
; CAL1 (2) at 0x39c76
|
||||||
db "CAL@"
|
db "CAL@"
|
||||||
db $00 ; data type
|
db $00 ; data type
|
||||||
|
Loading…
x
Reference in New Issue
Block a user