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 /home/pikachu.asm | |
| parent | Update Discord link. (diff) | |
| download | pokeyellow-c5b2436daadbae47d6251052d62436afbaa91158.tar.gz pokeyellow-c5b2436daadbae47d6251052d62436afbaa91158.tar.xz pokeyellow-c5b2436daadbae47d6251052d62436afbaa91158.zip | |
Rename spritestatedata structs.
Diffstat (limited to 'home/pikachu.asm')
| -rwxr-xr-x | home/pikachu.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/home/pikachu.asm b/home/pikachu.asm index d16e95db..336c80b3 100755 --- a/home/pikachu.asm +++ b/home/pikachu.asm @@ -2,7 +2,7 @@ Func_1510:: push hl ld hl, wPikachuOverworldStateFlags set 7, [hl] - ld hl, wPikachuSpriteImageIdx ; pikachu data? + ld hl, wSpritePikachuStateData1ImageIndex ; pikachu data? ld [hl], $ff pop hl ret @@ -25,7 +25,7 @@ DisablePikachuOverworldSpriteDrawing:: push hl ld hl, wPikachuOverworldStateFlags set 3, [hl] - ld hl, wPikachuSpriteImageIdx ; pikachu data? + ld hl, wSpritePikachuStateData1ImageIndex ; pikachu data? ld [hl], $ff pop hl ret |
