diff options
author | IIMarckus <iimarckus@gmail.com> | 2018-09-21 01:33:39 -0600 |
---|---|---|
committer | IIMarckus <iimarckus@gmail.com> | 2018-09-21 01:33:39 -0600 |
commit | b46da481c970bd11dd28c101f52fd900471c8aba (patch) | |
tree | f2bdb60ec0d142f5b09a70672216b57243d4db06 /macros/scripts | |
parent | fa8af11b880a0d666a9270eb2dc487907dba26f4 (diff) |
Add map objects from bank 47.
Diffstat (limited to 'macros/scripts')
-rw-r--r-- | macros/scripts/events.asm | 17 |
1 files changed, 5 insertions, 12 deletions
diff --git a/macros/scripts/events.asm b/macros/scripts/events.asm index 6c936ffc..6feee09f 100644 --- a/macros/scripts/events.asm +++ b/macros/scripts/events.asm @@ -953,13 +953,13 @@ describedecoration: MACRO db \1 ; byte ENDM - enum fruittree_command ; $9b + enum fruittree_command ; $9a fruittree: MACRO db fruittree_command db \1 ; tree_id ENDM - enum specialphonecall_command ; $9c + enum specialphonecall_command ; $9b specialphonecall: MACRO db specialphonecall_command dw \1 ; call_id @@ -981,26 +981,19 @@ else endc ENDM - enum verbosegiveitem2_command ; $9f -verbosegiveitem2: MACRO - db verbosegiveitem2_command - db \1 ; item - db \2 ; var -ENDM - - enum swarm_command ; $a0 + enum swarm_command ; $9e swarm: MACRO db swarm_command db \1 ; flag map_id \2 ; map ENDM - enum halloffame_command ; $a1 + enum halloffame_command ; $9f halloffame: MACRO db halloffame_command ENDM - enum credits_command ; $a2 + enum credits_command ; $a0 credits: MACRO db credits_command ENDM |