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/pallettown.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/pallettown.asm')
| -rwxr-xr-x | scripts/pallettown.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/pallettown.asm b/scripts/pallettown.asm index 327a32ff..b463c4d6 100755 --- a/scripts/pallettown.asm +++ b/scripts/pallettown.asm @@ -28,8 +28,8 @@ PalletTownScript0: ; 18e81 (6:4e81) ret nz xor a ld [hJoyHeld],a - ld a,4 - ld [wd528],a + ld a,PLAYER_DIR_DOWN + ld [wPlayerMovingDirection],a ld a,$FF call PlaySound ; stop music ld a, BANK(Music_MeetProfOak) @@ -190,8 +190,8 @@ OakAppearsText: ; 18fb0 (6:4fb0) ld [wEmotionBubbleSpriteIndex],a ; player's sprite ld [wWhichEmotionBubble],a ; EXCLAMATION_BUBBLE predef EmotionBubble - ld a,4 - ld [wd528],a + ld a,PLAYER_DIR_DOWN + ld [wPlayerMovingDirection],a jp TextScriptEnd OakWalksUpText: ; 18fce (6:4fce) |
