summaryrefslogtreecommitdiff
path: root/scripting.asm
diff options
context:
space:
mode:
Diffstat (limited to 'scripting.asm')
-rw-r--r--scripting.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripting.asm b/scripting.asm
index bd321487d..2875781f0 100644
--- a/scripting.asm
+++ b/scripting.asm
@@ -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