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/cinnabarisland.asm | |
parent | e607199397cb36565f61703a58d99efdc21891c5 (diff) |
naming
Diffstat (limited to 'scripts/cinnabarisland.asm')
-rwxr-xr-x | scripts/cinnabarisland.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/cinnabarisland.asm b/scripts/cinnabarisland.asm index 70ea25a5..92c0fc6b 100755 --- a/scripts/cinnabarisland.asm +++ b/scripts/cinnabarisland.asm @@ -24,8 +24,8 @@ CinnabarIslandScript0: ; 1ca38 (7:4a38) ld a, [W_XCOORD] cp $12 ret nz - ld a, $8 - ld [wd528], a + ld a, PLAYER_DIR_UP + ld [wPlayerMovingDirection], a ld a, $8 ld [hSpriteIndexOrTextID], a call DisplayTextID |