summaryrefslogtreecommitdiff
path: root/main.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2019-11-23 20:31:30 -0500
committerRangi <remy.oukaour+rangi42@gmail.com>2019-11-23 20:32:20 -0500
commit008f591a3a1a16ea263b5e348d07f2cd29e73cca (patch)
tree3440e927bd97a11f5c2a14941ff7362c4f73af08 /main.asm
parent5e104de3f5bdff54efd5ee562345236c0cdab5b5 (diff)
Keep mobile SECTION declarations in main.asm, and name them "mobileXX" like "bankXX"
Diffstat (limited to 'main.asm')
-rw-r--r--main.asm17
1 files changed, 13 insertions, 4 deletions
diff --git a/main.asm b/main.asm
index f9d186925..9ac8d5110 100644
--- a/main.asm
+++ b/main.asm
@@ -518,6 +518,8 @@ INCLUDE "engine/events/npc_trade.asm"
INCLUDE "engine/events/mom_phone.asm"
+SECTION "mobile40", ROMX
+
INCLUDE "mobile/mobile_40.asm"
@@ -532,7 +534,7 @@ INCLUDE "mobile/mobile_41.asm"
INCLUDE "engine/gfx/load_overworld_font.asm"
-SECTION "Mobile 42", ROMX
+SECTION "mobile42", ROMX
INCLUDE "mobile/mobile_42.asm"
@@ -549,8 +551,15 @@ INCLUDE "engine/movie/unused_title.asm"
INCLUDE "engine/movie/title.asm"
+SECTION "mobile45", ROMX
+
INCLUDE "mobile/mobile_45.asm"
+INCLUDE "mobile/mobile_45_sprite_engine.asm"
+INCLUDE "mobile/mobile_45_2.asm"
+INCLUDE "mobile/mobile_45_stadium.asm"
+
+SECTION "mobile46", ROMX
INCLUDE "mobile/mobile_46.asm"
@@ -566,7 +575,7 @@ INCLUDE "mobile/mobile_5b.asm"
INCLUDE "engine/link/link_trade.asm"
-SECTION "Mobile 5C", ROMX
+SECTION "mobile5C", ROMX
INCLUDE "mobile/mobile_5c.asm"
@@ -595,12 +604,12 @@ SECTION "UpdateBattleHUDs", ROMX
INCLUDE "engine/battle/update_battle_huds.asm"
-SECTION "Mobile 5E", ROMX
+SECTION "mobile5E", ROMX
INCLUDE "mobile/mobile_5e.asm"
-SECTION "Mobile 5F", ROMX
+SECTION "mobile5F", ROMX
INCLUDE "mobile/mobile_5f.asm"