diff options
author | pikalaxalt <PikalaxALT@gmail.com> | 2016-04-10 15:01:49 -0400 |
---|---|---|
committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-04-10 15:01:49 -0400 |
commit | 6be4cd4da98093bf1b9362c946e693c89e4713ad (patch) | |
tree | 88d23a4b4a79f318b918ceeb3ff24c4ef1700b59 /engine/scripting.asm | |
parent | bf73772a560ddfdf0b404ba3f85eb26542031b7b (diff) |
Local labels starting with lowercase letters are no longer decorated with a trailing colon
Diffstat (limited to 'engine/scripting.asm')
-rw-r--r-- | engine/scripting.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/scripting.asm b/engine/scripting.asm index c6a92c16e..078ce8931 100644 --- a/engine/scripting.asm +++ b/engine/scripting.asm @@ -1455,7 +1455,7 @@ Script_earthquake: ; 973c7 jp ScriptCall ; 973e6 -.script: ; 973e6 +.script ; 973e6 applymovement PLAYER, wd002 end ; 973eb |