diff options
author | IIMarckus <iimarckus@gmail.com> | 2018-10-03 01:20:23 -0600 |
---|---|---|
committer | IIMarckus <iimarckus@gmail.com> | 2018-10-03 01:20:23 -0600 |
commit | f9eb9172a672755544e54a0562ec77b34734dfd1 (patch) | |
tree | 8efd9def960a38efc876e6a5254b46ff4a121aa0 /macros/scripts/events.asm | |
parent | 24ab26d00dc7a89952df87b8cfc7b0f779d73403 (diff) |
Add map objects from bank 60.
Diffstat (limited to 'macros/scripts/events.asm')
-rw-r--r-- | macros/scripts/events.asm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/macros/scripts/events.asm b/macros/scripts/events.asm index 6e2856d1..3a6578d7 100644 --- a/macros/scripts/events.asm +++ b/macros/scripts/events.asm @@ -800,12 +800,12 @@ playmusic: MACRO dw \1 ; music_pointer ENDM - enum encountermusic_command ; $80 + enum encountermusic_command ; $7f encountermusic: MACRO db encountermusic_command ENDM - enum musicfadeout_command ; $81 + enum musicfadeout_command ; $80 musicfadeout: MACRO db musicfadeout_command dw \1 ; music @@ -936,18 +936,18 @@ askforphonenumber: MACRO db \1 ; number ENDM - enum phonecall_command ; $98 + enum phonecall_command ; $97 phonecall: MACRO db phonecall_command dw \1 ; caller_name ENDM - enum hangup_command ; $99 + enum hangup_command ; $98 hangup: MACRO db hangup_command ENDM - enum describedecoration_command ; $9a + enum describedecoration_command ; $99 describedecoration: MACRO db describedecoration_command db \1 ; byte |