diff options
| author | YamaArashi <shadow962@live.com> | 2015-07-19 17:52:26 -0700 |
|---|---|---|
| committer | YamaArashi <shadow962@live.com> | 2015-07-19 17:52:26 -0700 |
| commit | 1d86932cc9c38815434409f07d14c2bfe4e7a836 (patch) | |
| tree | 43d021ef4340e90c591e490f2a20b5005b23d7d5 /scripts/silphco7.asm | |
| parent | replace uses of minus one (diff) | |
| download | pokeyellow-1d86932cc9c38815434409f07d14c2bfe4e7a836.tar.gz pokeyellow-1d86932cc9c38815434409f07d14c2bfe4e7a836.tar.xz pokeyellow-1d86932cc9c38815434409f07d14c2bfe4e7a836.zip | |
naming
Diffstat (limited to 'scripts/silphco7.asm')
| -rwxr-xr-x | scripts/silphco7.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/silphco7.asm b/scripts/silphco7.asm index 5043b947..78d6e0d7 100755 --- a/scripts/silphco7.asm +++ b/scripts/silphco7.asm @@ -127,8 +127,8 @@ SilphCo7Script0: ; 51c23 (14:5c23) ld [hJoyHeld], a ld a, $f0 ld [wJoyIgnore], a - ld a, $4 - ld [wd528], a + ld a, PLAYER_DIR_DOWN + ld [wPlayerMovingDirection], a ld a, $ff ld [wc0ee], a call PlaySound @@ -209,8 +209,8 @@ SilphCo7Script4: ; 51cc8 (14:5cc8) ld [wJoyIgnore], a ld hl, wd82f set 0, [hl] - ld a, $4 - ld [wd528], a + ld a, PLAYER_DIR_DOWN + ld [wPlayerMovingDirection], a ld a, $9 ld [H_SPRITEINDEX], a ld a, SPRITE_FACING_UP |
