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/battle/init_battle_variables.asm | |
parent | 43fddc803f95b3a798c4f6c5f0ed741590aeeb4c (diff) |
commented SGB palette stuff
Diffstat (limited to 'engine/battle/init_battle_variables.asm')
-rw-r--r-- | engine/battle/init_battle_variables.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/battle/init_battle_variables.asm b/engine/battle/init_battle_variables.asm index 3c926858..071e5c67 100644 --- a/engine/battle/init_battle_variables.asm +++ b/engine/battle/init_battle_variables.asm @@ -16,9 +16,9 @@ InitBattleVariables: ; 525af (14:65af) ld [wPlayerMonNumber], a ld [wEscapedFromBattle], a ld [wMapPalOffset], a - ld hl, wcf1d - ld [hli], a - ld [hl], a + ld hl, wPlayerHPBarColor + ld [hli], a ; wPlayerHPBarColor + ld [hl], a ; wEnemyHPBarColor ld hl, wCanEvolveFlags ld b, $3c .loop |