summaryrefslogtreecommitdiff
path: root/scripts/museum1f.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/museum1f.asm
parent77ba61cb17665779673dcd536122271c66614252 (diff)
More direction constants
facing directions, npc movement, joypad
Diffstat (limited to 'scripts/museum1f.asm')
-rwxr-xr-xscripts/museum1f.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/museum1f.asm b/scripts/museum1f.asm
index 2e5835d0..38fddb26 100755
--- a/scripts/museum1f.asm
+++ b/scripts/museum1f.asm
@@ -116,7 +116,7 @@ Museum1FText1: ; 5c135 (17:4135)
call PrintText
ld a, $1
ld [wSimulatedJoypadStatesIndex], a
- ld a, $80
+ ld a, D_DOWN
ld [wSimulatedJoypadStatesEnd], a
call StartSimulatingJoypadStates
call UpdateSprites