summaryrefslogtreecommitdiff
path: root/engine/map_objects.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/map_objects.asm')
-rw-r--r--engine/map_objects.asm4
1 files changed, 3 insertions, 1 deletions
diff --git a/engine/map_objects.asm b/engine/map_objects.asm
index ef8878565..168c5389c 100644
--- a/engine/map_objects.asm
+++ b/engine/map_objects.asm
@@ -3078,16 +3078,18 @@ ContinueSpawnFacing: ; 57db
ret
; 57e2
-Function57e2: ; 57e2
+SetPlayerPalette: ; 57e2
ld a, d
and %10000000
ret z
+
ld bc, 0 ; debug?
ld hl, OBJECT_FACING
add hl, bc
ld a, [hl]
or d
ld [hl], a
+
ld a, d
swap a
and %00000111