diff options
author | yenatch <yenatch@gmail.com> | 2014-06-06 16:03:47 -0700 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2014-06-06 16:03:47 -0700 |
commit | 35493bef27ba0425860a0f419c64371b824b6981 (patch) | |
tree | b57de4968c66fc768f404e3dd03849b1fd64eace /scripts/route16gate.asm | |
parent | 80f7845a0771c1666288f22dba2c3c8e6a308f26 (diff) | |
parent | 32de1b269468f48d073a8e6d52843877baff0ba4 (diff) |
Merge remote-tracking branch 'danny/master'
Diffstat (limited to 'scripts/route16gate.asm')
-rwxr-xr-x | scripts/route16gate.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/route16gate.asm b/scripts/route16gate.asm index eb85ac22..e7179ea7 100755 --- a/scripts/route16gate.asm +++ b/scripts/route16gate.asm @@ -13,7 +13,7 @@ Route16GateScriptPointers: ; 496cf (12:56cf) dw Route16GateScript3 Route16GateScript0: ; 496d7 (12:56d7) - call Func_49755 + call Route16GateScript_49755 ret nz ld hl, CoordsData_49714 call ArePlayerCoordsInArray @@ -82,7 +82,7 @@ Route16GateScript3: ; 49741 (12:5741) ld [W_ROUTE16GATECURSCRIPT], a ret -Func_49755: ; 49755 (12:5755) +Route16GateScript_49755: ; 49755 (12:5755) ld b, BICYCLE jp IsItemInBag @@ -93,7 +93,7 @@ Route16GateTextPointers: ; 4975a (12:575a) Route16GateText1: ; 49760 (12:5760) db $08 ; asm - call Func_49755 + call Route16GateScript_49755 jr z, .asm_0bdf3 ; 0x49764 ld hl, Route16GateText_4977c call PrintText |