summaryrefslogtreecommitdiff
path: root/scripts/route2gate.asm
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/route2gate.asm')
-rwxr-xr-xscripts/route2gate.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/route2gate.asm b/scripts/route2gate.asm
index 1bd82c04..133d0e7c 100755
--- a/scripts/route2gate.asm
+++ b/scripts/route2gate.asm
@@ -17,7 +17,7 @@ Route2GateText1: ; 5d5db (17:55db)
call GetItemName
ld hl, wcd6d
ld de, wOaksAideRewardItemName
- ld bc, $000d
+ ld bc, ITEM_NAME_LENGTH
call CopyData
predef OaksAideScript
ld a, [hOaksAideResult]