aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/route11gateupstairs.asm
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2015-08-14 04:11:53 -0700
committerYamaArashi <shadow962@live.com>2015-08-14 04:11:53 -0700
commit696cffd3ae51d23855a7eb1fc5b62e69198dbf36 (patch)
treed101dc054e112304f327a5359532ee972e8da81a /scripts/route11gateupstairs.asm
parentadd border constant and clear up misnomer (diff)
downloadpokeyellow-696cffd3ae51d23855a7eb1fc5b62e69198dbf36.tar.gz
pokeyellow-696cffd3ae51d23855a7eb1fc5b62e69198dbf36.tar.xz
pokeyellow-696cffd3ae51d23855a7eb1fc5b62e69198dbf36.zip
item name length constant
Diffstat (limited to 'scripts/route11gateupstairs.asm')
-rwxr-xr-xscripts/route11gateupstairs.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/route11gateupstairs.asm b/scripts/route11gateupstairs.asm
index 05ea2a95..ec543a6a 100755
--- a/scripts/route11gateupstairs.asm
+++ b/scripts/route11gateupstairs.asm
@@ -28,7 +28,7 @@ Route11GateUpstairsText2: ; 4946c (12:546c)
ld h, d
ld l, e
ld de, wOaksAideRewardItemName
- ld bc, $000d
+ ld bc, ITEM_NAME_LENGTH
call CopyData
predef OaksAideScript
ld a, [hOaksAideResult]