diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-05 17:29:11 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-05 17:51:29 -0400 |
| commit | 2b2ed54bbf017943ba2343cd6c1dbe88b8f34a4e (patch) | |
| tree | a418c4ef57d272e7e2a70337ac8c2a8194545541 /engine/overworld/dust_smoke.asm | |
| parent | Port _RemovePokemon documentation from pokeyellow (diff) | |
| download | pokeyellow-2b2ed54bbf017943ba2343cd6c1dbe88b8f34a4e.tar.gz pokeyellow-2b2ed54bbf017943ba2343cd6c1dbe88b8f34a4e.tar.xz pokeyellow-2b2ed54bbf017943ba2343cd6c1dbe88b8f34a4e.zip | |
Identify wSpriteStateData1 and wSpriteStateData2 offsets, like pokeyellow
Diffstat (limited to 'engine/overworld/dust_smoke.asm')
| -rwxr-xr-x | engine/overworld/dust_smoke.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/overworld/dust_smoke.asm b/engine/overworld/dust_smoke.asm index 6c26b712..2dc6882e 100755 --- a/engine/overworld/dust_smoke.asm +++ b/engine/overworld/dust_smoke.asm @@ -30,7 +30,7 @@ AnimateBoulderDust: jp LoadPlayerSpriteGraphics GetMoveBoulderDustFunctionPointer: - ld a, [wSpriteStateData1 + 9] ; player's sprite facing direction + ld a, [wSpritePlayerStateData1FacingDirection] ld hl, MoveBoulderDustFunctionPointerTable ld c, a ld b, $0 |
