diff options
author | YamaArashi <shadow962@live.com> | 2015-08-12 02:16:56 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2015-08-12 02:16:56 -0700 |
commit | 64cfbcce7a71e6e75553575490fd60cbd61a5665 (patch) | |
tree | b58d4f80d1b50d6db8306fb15323d144593d18f2 /engine/menu/status_screen.asm | |
parent | 43fddc803f95b3a798c4f6c5f0ed741590aeeb4c (diff) |
commented SGB palette stuff
Diffstat (limited to 'engine/menu/status_screen.asm')
-rwxr-xr-x | engine/menu/status_screen.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/menu/status_screen.asm b/engine/menu/status_screen.asm index fb4a0dfc..c91d5eda 100755 --- a/engine/menu/status_screen.asm +++ b/engine/menu/status_screen.asm @@ -121,10 +121,10 @@ StatusScreen: ; 12953 (4:6953) call PlaceString ; "TYPE1/" coord hl, 11, 3 predef DrawHP - ld hl, wcf25 + ld hl, wStatusScreenHPBarColor call GetHealthBarColor - ld b, $3 - call GoPAL_SET ; SGB palette + ld b, SET_PAL_STATUS_SCREEN + call RunPaletteCommand coord hl, 16, 6 ld de, wLoadedMonStatus call PrintStatusCondition |