diff options
author | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-05-31 10:35:46 -0400 |
---|---|---|
committer | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-05-31 10:35:46 -0400 |
commit | 32de1b269468f48d073a8e6d52843877baff0ba4 (patch) | |
tree | d9dc0d91bb9e9ab6df116de10ac6873d271e63da /scripts/route18gate.asm | |
parent | 462a7e8cb90ee5a2114eddc0918c3cb12c631775 (diff) |
Relabel a few missed map scripts and TheEndTextString
Diffstat (limited to 'scripts/route18gate.asm')
-rwxr-xr-x | scripts/route18gate.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/route18gate.asm b/scripts/route18gate.asm index bc64f8ca..03c4b921 100755 --- a/scripts/route18gate.asm +++ b/scripts/route18gate.asm @@ -13,7 +13,7 @@ Route18GateScriptPointers: ; 49887 (12:5887) dw Route18GateScript3 Route18GateScript0: ; 4988f (12:588f) - call Func_49755 + call Route16GateScript_49755 ret nz ld hl, CoordsData_498cc call ArePlayerCoordsInArray @@ -88,7 +88,7 @@ Route18GateTextPointers: ; 4990d (12:590d) Route18GateText1: ; 49911 (12:5911) db $08 ; asm - call Func_49755 + call Route16GateScript_49755 jr z, .asm_3c84d ; 0x49915 ld hl, Route18GateText_4992d call PrintText |