diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-12-01 15:35:28 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-12-01 15:35:28 -0500 |
commit | ffbf2c0f5d28c05c14f67a3cfb123d37157c2ef9 (patch) | |
tree | 5c22618a2e1324b1adcfafbe90d47f9230492999 /wram.asm | |
parent | 6b33a8d155b7d3d6d7738ad2bcaa33c7983b3fce (diff) |
More animations including cutting grass
Diffstat (limited to 'wram.asm')
-rw-r--r-- | wram.asm | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1885,7 +1885,9 @@ wd191:: ds 1 wd192:: ds 1 wd193:: ds 1 wd194:: dw +wMetatileStandingY:: wd196:: ds 1 +wMetatileStandingX:: wd197:: ds 1 wSecondMapHeaderBank:: ds 1 wTileset:: ds 1 @@ -2772,7 +2774,7 @@ wBlueCardBalance:: ds 1 wDailyRematchFlags:: ds 4 wDailyPhoneItemFlags:: ds 4 wDailyPhoneTimeOfDayFlags:: ds 4 -wdc58:: ds 2 +wKenjiBreakTimer:: ds 2 ; Kenji wdc5a:: ds 1 wdc5b:: ds 1 wdc5c:: ds 3 |