summaryrefslogtreecommitdiff
path: root/scripts/halloffameroom.asm
diff options
context:
space:
mode:
authordannye <corrnondacqb@yahoo.com>2015-07-17 02:52:25 -0500
committerdannye <corrnondacqb@yahoo.com>2015-07-17 02:52:25 -0500
commitfb559f1f4e0104bfc59350359a2fb82fbe88ebba (patch)
tree8f0a248d06139fe584ca6381ceea2a3fd5f248e7 /scripts/halloffameroom.asm
parent77ba61cb17665779673dcd536122271c66614252 (diff)
More direction constants
facing directions, npc movement, joypad
Diffstat (limited to 'scripts/halloffameroom.asm')
-rwxr-xr-xscripts/halloffameroom.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/halloffameroom.asm b/scripts/halloffameroom.asm
index afdd4e0c..cb2c1fad 100755
--- a/scripts/halloffameroom.asm
+++ b/scripts/halloffameroom.asm
@@ -73,7 +73,7 @@ HallofFameRoomScript0: ; 5a50d (16:650d)
ret
RLEMovement5a528: ; 5a528 (16:6528)
- db $40,$5
+ db D_UP,$5
db $ff
HallofFameRoomScript1: ; 5a52b (16:652b)
@@ -85,7 +85,7 @@ HallofFameRoomScript1: ; 5a52b (16:652b)
ld a, $1
ld [$ff8c], a
call SetSpriteMovementBytesToFF
- ld a, $8
+ ld a, SPRITE_FACING_LEFT
ld [$ff8d], a
call SetSpriteFacingDirectionAndDelay
call Delay3