diff options
| author | dannye <corrnondacqb@yahoo.com> | 2015-07-17 02:52:25 -0500 |
|---|---|---|
| committer | dannye <corrnondacqb@yahoo.com> | 2015-07-17 02:52:25 -0500 |
| commit | fb559f1f4e0104bfc59350359a2fb82fbe88ebba (patch) | |
| tree | 8f0a248d06139fe584ca6381ceea2a3fd5f248e7 /scripts/viridiancity.asm | |
| parent | Fix Safari Zone check labels (diff) | |
| download | pokeyellow-fb559f1f4e0104bfc59350359a2fb82fbe88ebba.tar.gz pokeyellow-fb559f1f4e0104bfc59350359a2fb82fbe88ebba.tar.xz pokeyellow-fb559f1f4e0104bfc59350359a2fb82fbe88ebba.zip | |
More direction constants
facing directions, npc movement, joypad
Diffstat (limited to 'scripts/viridiancity.asm')
| -rwxr-xr-x | scripts/viridiancity.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/viridiancity.asm b/scripts/viridiancity.asm index ac7afb7c..05f5f495 100755 --- a/scripts/viridiancity.asm +++ b/scripts/viridiancity.asm @@ -120,7 +120,7 @@ ViridianCityScript_190cf: ; 190cf (6:50cf) call StartSimulatingJoypadStates ld a, $1 ld [wSimulatedJoypadStatesIndex], a - ld a, $80 + ld a, D_DOWN ld [wSimulatedJoypadStatesEnd], a xor a ld [wSpriteStateData1 + 9], a |
