diff options
| author | luckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com> | 2018-11-18 19:24:53 -0500 |
|---|---|---|
| committer | luckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com> | 2018-11-18 19:24:53 -0500 |
| commit | c5b2436daadbae47d6251052d62436afbaa91158 (patch) | |
| tree | 5671f8d0e7368b736c8e85bdae277bf9eee09b40 /engine/hidden_object_functions7.asm | |
| parent | Update Discord link. (diff) | |
| download | pokeyellow-c5b2436daadbae47d6251052d62436afbaa91158.tar.gz pokeyellow-c5b2436daadbae47d6251052d62436afbaa91158.tar.xz pokeyellow-c5b2436daadbae47d6251052d62436afbaa91158.zip | |
Rename spritestatedata structs.
Diffstat (limited to 'engine/hidden_object_functions7.asm')
| -rwxr-xr-x | engine/hidden_object_functions7.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/hidden_object_functions7.asm b/engine/hidden_object_functions7.asm index a8676fed..9d27ad20 100755 --- a/engine/hidden_object_functions7.asm +++ b/engine/hidden_object_functions7.asm @@ -116,7 +116,7 @@ GameOverText: db "@" PrintCinnabarQuiz: - ld a, [wPlayerFacingDirection] + ld a, [wSpritePlayerStateData1FacingDirection] cp SPRITE_FACING_UP ret nz call EnableAutoTextBoxDrawing @@ -367,7 +367,7 @@ MagazinesText: BillsHousePC: call EnableAutoTextBoxDrawing - ld a, [wPlayerFacingDirection] + ld a, [wSpritePlayerStateData1FacingDirection] cp SPRITE_FACING_UP ret nz CheckEvent EVENT_LEFT_BILLS_HOUSE_AFTER_HELPING @@ -498,7 +498,7 @@ BillsHousePokemonListText2: db "@" DisplayOakLabEmailText: - ld a, [wPlayerFacingDirection] + ld a, [wSpritePlayerStateData1FacingDirection] cp SPRITE_FACING_UP ret nz call EnableAutoTextBoxDrawing |
