diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-07-15 15:48:44 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-07-15 15:48:44 -0400 |
commit | 39524cdb766660a7bf6d60379040349652cecc04 (patch) | |
tree | e0657f37fbd8cbd7bf724025a4bb19e68e1e0254 /maps/PowerPlant.asm | |
parent | 67e56102ef56e91e9563a32f6fc68827219d2037 (diff) |
More enumeration of constants, more annotations of scripts.
Diffstat (limited to 'maps/PowerPlant.asm')
-rw-r--r-- | maps/PowerPlant.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maps/PowerPlant.asm b/maps/PowerPlant.asm index 0ee68c71d..b534b7fb3 100644 --- a/maps/PowerPlant.asm +++ b/maps/PowerPlant.asm @@ -17,7 +17,7 @@ UnknownScript_0x188dc4: UnknownScript_0x188dc5: playsound SFX_CALL - showemote $0, $2, 15 + showemote EMOTE_SHOCK, $2, 15 waitbutton pause 30 applymovement $2, MovementData_0x188ed5 |