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/route11gateupstairs.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/route11gateupstairs.asm')
| -rwxr-xr-x | scripts/route11gateupstairs.asm | 2 |
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] |
