diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-16 14:11:36 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-16 14:32:48 -0400 |
commit | fda549a27af144cdb601bbd85dba439fce533afc (patch) | |
tree | 5ce70c4d925ac6a377026875b57d1e1a733ebad6 /constants/scgb_constants.asm | |
parent | 011f795ea7ed47779a04e9d6e0a617309b33cecc (diff) |
[in progress] Harmonize more constant and data files with pokecrystal
Diffstat (limited to 'constants/scgb_constants.asm')
-rw-r--r-- | constants/scgb_constants.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/constants/scgb_constants.asm b/constants/scgb_constants.asm index 2b52f7a3..80bfcfc2 100644 --- a/constants/scgb_constants.asm +++ b/constants/scgb_constants.asm @@ -31,7 +31,7 @@ const SCGB_TRAINER_OR_MON_FRONTPIC_PALS const SCGB_MYSTERY_GIFT const SCGB_1E - const SCGB_POKEDEX_5_5 + const SCGB_POKEDEX_5X5 SCGB_PARTY_MENU_HP_PALS EQU -4 SCGB_RAM EQU -1 |