fruit trees

This commit is contained in:
yenatch
2013-05-03 15:40:45 -04:00
parent 99fb8bcc63
commit c539a96f78
3 changed files with 214 additions and 6 deletions

View File

@@ -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