You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-12-11 05:02:16 -08:00
Keep table labels in the same files as their contents.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
TrainerClassAttributes: ; 3959c
|
||||
; entries correspond to trainer classes (see constants/trainer_constants.asm)
|
||||
|
||||
; Falkner
|
||||
db 0, 0 ; items
|
||||
|
||||
@@ -20,6 +20,7 @@ GetTrainerDVs: ; 270c4
|
||||
; 270d6
|
||||
|
||||
TrainerClassDVs: ; 270d6
|
||||
; entries correspond to trainer classes (see constants/trainer_constants.asm)
|
||||
; Atk Spd
|
||||
; Def Spc
|
||||
db $9A, $77 ; falkner
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
; What music plays when a trainer notices you
|
||||
|
||||
TrainerEncounterMusic::
|
||||
; entries correspond to trainer classes (see constants/trainer_constants.asm)
|
||||
db MUSIC_HIKER_ENCOUNTER ; none
|
||||
db MUSIC_YOUNGSTER_ENCOUNTER ; falkner
|
||||
db MUSIC_LASS_ENCOUNTER ; whitney
|
||||
|
||||
Reference in New Issue
Block a user