diff options
| author | dannye <33dannye@gmail.com> | 2020-05-20 19:40:33 -0500 |
|---|---|---|
| committer | dannye <33dannye@gmail.com> | 2020-05-20 20:02:53 -0500 |
| commit | 10f9559eab8c93b94abb8ae8d1083704ad4e169a (patch) | |
| tree | 7dbe7b152dde8a6e9b56664b5b8cdfc0d6be1253 /scripts/Route16Gate1F.asm | |
| parent | Merge pull request #39 from TiKevin83/master (diff) | |
| download | pokeyellow-10f9559eab8c93b94abb8ae8d1083704ad4e169a.tar.gz pokeyellow-10f9559eab8c93b94abb8ae8d1083704ad4e169a.tar.xz pokeyellow-10f9559eab8c93b94abb8ae8d1083704ad4e169a.zip | |
Sync with pokered
Diffstat (limited to '')
| -rwxr-xr-x | scripts/Route16Gate1F.asm (renamed from scripts/route16gate.asm) | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/scripts/route16gate.asm b/scripts/Route16Gate1F.asm index df478b1f..f814d209 100755 --- a/scripts/route16gate.asm +++ b/scripts/Route16Gate1F.asm @@ -1,12 +1,12 @@ -Route16GateScript: +Route16Gate1F_Script: ld hl, wd732 res 5, [hl] call EnableAutoTextBoxDrawing - ld a, [wRoute16GateCurScript] - ld hl, Route16GateScriptPointers - jp JumpTable + ld a, [wRoute16Gate1FCurScript] + ld hl, Route16Gate1F_ScriptPointers + jp CallFunctionInTable -Route16GateScriptPointers: +Route16Gate1F_ScriptPointers: dw Route16GateScript0 dw Route16GateScript1 dw Route16GateScript2 @@ -36,11 +36,11 @@ Route16GateScript0: call FillMemory call StartSimulatingJoypadStates ld a, $1 - ld [wRoute16GateCurScript], a + ld [wRoute16Gate1FCurScript], a ret .asm_4970e ld a, $2 - ld [wRoute16GateCurScript], a + ld [wRoute16Gate1FCurScript], a ret CoordsData_49714: @@ -67,7 +67,7 @@ Route16GateScript2: ld [wSimulatedJoypadStatesEnd], a call StartSimulatingJoypadStates ld a, $3 - ld [wRoute16GateCurScript], a + ld [wRoute16Gate1FCurScript], a ret Route16GateScript3: @@ -79,14 +79,14 @@ Route16GateScript3: ld hl, wd730 res 7, [hl] ld a, $0 - ld [wRoute16GateCurScript], a + ld [wRoute16Gate1FCurScript], a ret Route16GateScript_49755: ld b, BICYCLE jp IsItemInBag -Route16GateTextPointers: +Route16Gate1F_TextPointers: dw Route16GateText1 dw Route16GateText2 dw Route16GateText3 |
