diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-17 12:29:37 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-17 12:29:37 -0500 |
commit | 4bfe086ef6412e5fdba99e6143db6de75c7c9458 (patch) | |
tree | b4d9a8740825ac37cfc2c0fc33169834118cc727 /engine/map_objects.asm | |
parent | 0b8fe4bac31c83a8164567da6d7889a18ab3eb4b (diff) |
Phone scripts and specials
Diffstat (limited to 'engine/map_objects.asm')
-rw-r--r-- | engine/map_objects.asm | 4 |
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 |