diff options
author | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-18 15:06:43 -0500 |
---|---|---|
committer | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-18 15:06:43 -0500 |
commit | 3bf8325edddb03753fa63f0dfb39cedcd1d2faca (patch) | |
tree | 918d4326a82233668c0c06d208d9178880b5cc8c /constants/scgb_constants.asm | |
parent | 69ace7f48d441a0af3360a991ace8f70379e48dc (diff) |
More accurate constant/label names
Diffstat (limited to 'constants/scgb_constants.asm')
-rwxr-xr-x | constants/scgb_constants.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/constants/scgb_constants.asm b/constants/scgb_constants.asm index 4f68fdfd2..27ea7ca4d 100755 --- a/constants/scgb_constants.asm +++ b/constants/scgb_constants.asm @@ -96,9 +96,9 @@ SCGB_RAM EQU -1 const PREDEFPAL_37 const PREDEFPAL_GS_INTRO_JIGGLYPUFF_PIKACHU_BG const PREDEFPAL_GS_INTRO_JIGGLYPUFF_PIKACHU_OB - const PREDEFPAL_GS_INTRO_CHARIZARD_OB + const PREDEFPAL_GS_INTRO_STARTERS_TRANSITION const PREDEFPAL_3B - const PREDEFPAL_GS_INTRO_CHARIZARD_BG + const PREDEFPAL_PACK ; GS_INTRO_CHARIZARD const PREDEFPAL_SLOT_MACHINE_0 const PREDEFPAL_SLOT_MACHINE_1 const PREDEFPAL_SLOT_MACHINE_2 |