diff options
Diffstat (limited to 'scripts/rocktunnel1.asm')
-rwxr-xr-x | scripts/rocktunnel1.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/rocktunnel1.asm b/scripts/rocktunnel1.asm index c32c1036..2819c350 100755 --- a/scripts/rocktunnel1.asm +++ b/scripts/rocktunnel1.asm @@ -2,9 +2,9 @@ RockTunnel1Script: call EnableAutoTextBoxDrawing ld hl, RockTunnel1TrainerHeaders ld de, RockTunnel1ScriptPointers - ld a, [W_ROCKTUNNEL1CURSCRIPT] + ld a, [wRockTunnel1CurScript] call ExecuteCurMapScriptInTable - ld [W_ROCKTUNNEL1CURSCRIPT], a + ld [wRockTunnel1CurScript], a ret RockTunnel1ScriptPointers: |