diff options
| author | YamaArashi <shadow962@live.com> | 2015-07-25 19:26:54 -0700 |
|---|---|---|
| committer | YamaArashi <shadow962@live.com> | 2015-07-25 19:26:54 -0700 |
| commit | 93255d6d17fbb3702a0f8670d7ecc2ed627af2a7 (patch) | |
| tree | d14acaf4efeb96e252c0e195a757ea212b8c69a0 /scripts/vermilioncity.asm | |
| parent | more naming variables (diff) | |
| download | pokeyellow-93255d6d17fbb3702a0f8670d7ecc2ed627af2a7.tar.gz pokeyellow-93255d6d17fbb3702a0f8670d7ecc2ed627af2a7.tar.xz pokeyellow-93255d6d17fbb3702a0f8670d7ecc2ed627af2a7.zip | |
yet more naming
Diffstat (limited to 'scripts/vermilioncity.asm')
| -rwxr-xr-x | scripts/vermilioncity.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/vermilioncity.asm b/scripts/vermilioncity.asm index 64ccc477..de721a2f 100755 --- a/scripts/vermilioncity.asm +++ b/scripts/vermilioncity.asm @@ -84,8 +84,8 @@ VermilionCityScript2: ; 19833 (6:5833) ld [wJoyIgnore], a ld a, D_UP ld [wSimulatedJoypadStatesEnd], a - ld [wccd4], a - ld a, $2 + ld [wSimulatedJoypadStatesEnd + 1], a + ld a, 2 ld [wSimulatedJoypadStatesIndex], a call StartSimulatingJoypadStates ld a, $3 |
