diff options
| author | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-25 16:39:00 -0400 |
|---|---|---|
| committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-25 16:39:00 -0400 |
| commit | 10c5a34994150fe034653c7a4ad258079180bcc7 (patch) | |
| tree | 66a1f36d18ecf4f2b73e58efe540a0c31b3f24d2 /wram.asm | |
| parent | Last chunk of asm in bank 3f; remaining drs are data (diff) | |
| download | pokeyellow-10c5a34994150fe034653c7a4ad258079180bcc7.tar.gz pokeyellow-10c5a34994150fe034653c7a4ad258079180bcc7.tar.xz pokeyellow-10c5a34994150fe034653c7a4ad258079180bcc7.zip | |
Make some sense out of the pic animations
Diffstat (limited to 'wram.asm')
| -rwxr-xr-x | wram.asm | 19 |
1 files changed, 15 insertions, 4 deletions
@@ -2523,13 +2523,24 @@ wd438:: ds 1 wExpressionNumber:: ; d447 ds 1 - +wExpressionNumber2:: ds 1 -wd44a:: ds 1 +wd44a:: ds 1 ; d449 wd44b:: ds 1 - - ds 36 +wd44c:: ds 1 +wd44d:: ds 1 +wPikaPicAnimPointer:: dw ; d44d +wd450:: ds 1 +wd451:: ds 1 +wPikaPicAnimTimer:: ds 1 ; d451 +wd453:: ds 1 +wPikaPicAnimVar:: +wPikaSpriteX:: ds 1 +wPikaPicTextboxStartX:: +wPikaSpriteY:: ds 1 ; d454 +wPikaPicTextboxStartY:: ds 1 + ds 25 wPikachuHappiness:: ds 1 ; d46f wPikachuMood:: ds 1 ; d470 |
