diff options
Diffstat (limited to 'maps/MobileBattleRoom.asm')
-rw-r--r-- | maps/MobileBattleRoom.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maps/MobileBattleRoom.asm b/maps/MobileBattleRoom.asm index 0af2068f8..d65ae1006 100644 --- a/maps/MobileBattleRoom.asm +++ b/maps/MobileBattleRoom.asm @@ -1,4 +1,4 @@ -MobileBattleRoom_MapScriptHeader: +MobileBattleRoom_MapScripts: .SceneScripts: db 2 scene_script .InitializeMobileBattleRoom @@ -66,7 +66,7 @@ MobileBattleRoom_HealText: cont "before battle." done -MobileBattleRoom_MapEventHeader: +MobileBattleRoom_MapEvents: ; filler db 0, 0 |