summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2013-05-03 15:40:45 -0400
committeryenatch <yenatch@gmail.com>2013-05-03 19:34:19 -0400
commitc539a96f7817fc234d600be2a98c9bc7ac3f3d6a (patch)
tree786df276f4671c9eeb2d606a8340e219ef7a0eb6 /wram.asm
parent99fb8bcc635599e69429a1545488ef05e3bcc382 (diff)
fruit trees
Diffstat (limited to 'wram.asm')
-rw-r--r--wram.asm13
1 files changed, 12 insertions, 1 deletions
diff --git a/wram.asm b/wram.asm
index 293d8d086..5da646c47 100644
--- a/wram.asm
+++ b/wram.asm
@@ -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