diff options
author | YamaArashi <shadow962@live.com> | 2015-08-14 04:11:53 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2015-08-14 04:11:53 -0700 |
commit | 696cffd3ae51d23855a7eb1fc5b62e69198dbf36 (patch) | |
tree | d101dc054e112304f327a5359532ee972e8da81a /scripts/route2gate.asm | |
parent | b6ac1018c29592d667a559016baa18301f21dad4 (diff) |
item name length constant
Diffstat (limited to 'scripts/route2gate.asm')
-rwxr-xr-x | scripts/route2gate.asm | 2 |
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] |