Move effects; no more reloadmapmusic, returnafterbattle

This commit is contained in:
PikalaxALT
2015-12-26 18:11:55 -05:00
parent f485a45cda
commit 2bd45ca574
96 changed files with 1281 additions and 1078 deletions

View File

@@ -618,9 +618,9 @@ startbattle: macro
db startbattle_command
endm
enum returnafterbattle_command
returnafterbattle: macro
db returnafterbattle_command
enum reloadmapafterbattle_command
reloadmapafterbattle: macro
db reloadmapafterbattle_command
endm
enum catchtutorial_command
@@ -833,9 +833,9 @@ playmapmusic: macro
db playmapmusic_command
endm
enum reloadmapmusic_command
reloadmapmusic: macro
db reloadmapmusic_command
enum dontrestartmapmusic_command
dontrestartmapmusic: macro
db dontrestartmapmusic_command
endm
enum cry_command