aboutsummaryrefslogtreecommitdiffstats
path: root/engine/palettes.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/palettes.asm')
-rwxr-xr-xengine/palettes.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/palettes.asm b/engine/palettes.asm
index 1b16f845..56b77411 100755
--- a/engine/palettes.asm
+++ b/engine/palettes.asm
@@ -30,7 +30,7 @@ SetPal_Battle: ; 71eda (1c:5eda)
ld de, wPalPacket
ld bc, $10
call CopyData
- ;ld a, [W_PLAYERBATTSTATUS3]
+ ;ld a, [wPlayerBattleStatus3]
ld hl, wBattleMonSpecies
ld a, [hl]
and a
@@ -42,7 +42,7 @@ SetPal_Battle: ; 71eda (1c:5eda)
.asm_71ef9
call DeterminePaletteID
ld b, a
- ;ld a, [W_ENEMYBATTSTATUS3]
+ ;ld a, [wEnemyBattleStatus3]
ld hl, wEnemyMonSpecies2
call DeterminePaletteID
ld c, a