diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-04 16:17:59 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-04 16:17:59 -0400 |
commit | a33e8713bd9ae2a4e517e434d25fc3c4a4819065 (patch) | |
tree | b57f39dd0b824576e30032ea288639f10b205d27 /home/tilemap.asm | |
parent | 2b13e868bee696d424db65ba29424897fa89c072 (diff) |
SCGB_PARTY_MENU_HP_PALS -> SCGB_PARTY_MENU_HP_BARS, and SCGB_RAM -> SCGB_DEFAULT
Diffstat (limited to 'home/tilemap.asm')
-rw-r--r-- | home/tilemap.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/tilemap.asm b/home/tilemap.asm index 55b4c991..ddd32d9e 100644 --- a/home/tilemap.asm +++ b/home/tilemap.asm @@ -185,7 +185,7 @@ ClearPalettes:: ret GetMemSGBLayout:: - ld b, SCGB_RAM + ld b, SCGB_DEFAULT GetSGBLayout:: ; load sgb packets unless dmg |