diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-04 00:37:10 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-04 00:37:10 -0400 |
| commit | 7e92d5ba8c7d7c255a49bce76239ec12d6398cef (patch) | |
| tree | 2e00556ad18e2ddc558438980c122dfc6709fdcd /constants/palette_constants.asm | |
| parent | Document why Mew is set apart (diff) | |
| download | pokeyellow-7e92d5ba8c7d7c255a49bce76239ec12d6398cef.tar.gz pokeyellow-7e92d5ba8c7d7c255a49bce76239ec12d6398cef.tar.xz pokeyellow-7e92d5ba8c7d7c255a49bce76239ec12d6398cef.zip | |
Make suggested changes from review
Diffstat (limited to 'constants/palette_constants.asm')
| -rwxr-xr-x | constants/palette_constants.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/constants/palette_constants.asm b/constants/palette_constants.asm index da63651a..567c3cfc 100755 --- a/constants/palette_constants.asm +++ b/constants/palette_constants.asm @@ -21,8 +21,8 @@ const SET_PAL_POKEMON_WHOLE_SCREEN ; $0B const SET_PAL_GAME_FREAK_INTRO ; $0C const SET_PAL_TRAINER_CARD ; $0D -const_value = -4 - const UPDATE_PARTY_MENU_BLK_PACKET ; $FC + +UPDATE_PARTY_MENU_BLK_PACKET EQU $fc ; sgb palettes const_def |
