aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/oakslab.asm
diff options
context:
space:
mode:
authorluckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com>2018-11-18 19:24:53 -0500
committerluckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com>2018-11-18 19:24:53 -0500
commitc5b2436daadbae47d6251052d62436afbaa91158 (patch)
tree5671f8d0e7368b736c8e85bdae277bf9eee09b40 /scripts/oakslab.asm
parentUpdate Discord link. (diff)
downloadpokeyellow-c5b2436daadbae47d6251052d62436afbaa91158.tar.gz
pokeyellow-c5b2436daadbae47d6251052d62436afbaa91158.tar.xz
pokeyellow-c5b2436daadbae47d6251052d62436afbaa91158.zip
Rename spritestatedata structs.
Diffstat (limited to 'scripts/oakslab.asm')
-rwxr-xr-xscripts/oakslab.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/oakslab.asm b/scripts/oakslab.asm
index d3082256..4bc8198c 100755
--- a/scripts/oakslab.asm
+++ b/scripts/oakslab.asm
@@ -464,13 +464,13 @@ OaksLabScript16:
ret nz
xor a
.asm_1c707
- ld [wPlayerFacingDirection], a
+ ld [wSpritePlayerStateData1FacingDirection], a
ret
OaksLabScript17:
; Pikachu comes out
ld a, SPRITE_FACING_UP
- ld [wPlayerFacingDirection], a
+ ld [wSpritePlayerStateData1FacingDirection], a
ld a, $2
ld [wPikachuSpawnState], a
callba SchedulePikachuSpawnForAfterText