diff options
author | yenatch <yenatch@gmail.com> | 2013-05-03 15:40:45 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-05-03 19:34:19 -0400 |
commit | c539a96f7817fc234d600be2a98c9bc7ac3f3d6a (patch) | |
tree | 786df276f4671c9eeb2d606a8340e219ef7a0eb6 /wram.asm | |
parent | 99fb8bcc635599e69429a1545488ef05e3bcc382 (diff) |
fruit trees
Diffstat (limited to 'wram.asm')
-rw-r--r-- | wram.asm | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -896,7 +896,14 @@ StartFlypoint: ; d005 EndFlypoint: ; d006 ds 1 - ds 108 + ds 55 + +CurFruitTree: ; d03e + ds 1 +CurFruit: ; d03f + ds 1 + + ds 51 StringBuffer1: ; d073 ds 19 @@ -1544,6 +1551,10 @@ Box13Name: ; dbe1 Box14Name: ; dbea ds 9 +SECTION "fruittrees", BSS[$dc27] +FruitTreeFlags: ; dc27 + ds 1 + SECTION "steps", BSS[$dc73] StepCount: ; dc73 ds 1 |