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

@@ -690,9 +690,9 @@ Script_fruittree: ; 0x970ee
; tree_id (SingleByteParam)
call GetScriptByte
ld [$d03e], a
ld b, $11
ld hl, $4000
ld [CurFruitTree], a
ld b, BANK(FruitTreeScript)
ld hl, FruitTreeScript
jp ScriptJump
; 0x970fc