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/route15gateupstairs.asm | |
| parent | add border constant and clear up misnomer (diff) | |
| download | pokeyellow-696cffd3ae51d23855a7eb1fc5b62e69198dbf36.tar.gz pokeyellow-696cffd3ae51d23855a7eb1fc5b62e69198dbf36.tar.xz pokeyellow-696cffd3ae51d23855a7eb1fc5b62e69198dbf36.zip | |
item name length constant
Diffstat (limited to 'scripts/route15gateupstairs.asm')
| -rwxr-xr-x | scripts/route15gateupstairs.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/route15gateupstairs.asm b/scripts/route15gateupstairs.asm index 5cfb8903..332df6b6 100755 --- a/scripts/route15gateupstairs.asm +++ b/scripts/route15gateupstairs.asm @@ -17,7 +17,7 @@ Route15GateUpstairsText1: ; 49651 (12:5651) call GetItemName ld hl, wcd6d ld de, wOaksAideRewardItemName - ld bc, $000d + ld bc, ITEM_NAME_LENGTH call CopyData predef OaksAideScript ld a, [hOaksAideResult] |
