summaryrefslogtreecommitdiff
path: root/en/text/text4.asm
diff options
context:
space:
mode:
Diffstat (limited to 'en/text/text4.asm')
-rw-r--r--en/text/text4.asm73
1 files changed, 37 insertions, 36 deletions
diff --git a/en/text/text4.asm b/en/text/text4.asm
index 66adcf02..493981d9 100644
--- a/en/text/text4.asm
+++ b/en/text/text4.asm
@@ -1,4 +1,5 @@
-INCLUDE "charmap.asm"
+INCLUDE "macros/inclang.asm"
+ inclang charmap.asm
INCLUDE "constants/text_constants.asm"
INCLUDE "constants/text_bank_constants.asm"
INCLUDE "macros/text_macros.asm"
@@ -6,38 +7,38 @@ INCLUDE "hram.asm"
SECTION "Text 4", ROMX, BANK[TEXT_4]
-INCLUDE "text/maps/daycare_2.asm"
-INCLUDE "text/maps/underground_path_route_6_entrance.asm"
-INCLUDE "text/maps/underground_path_route_7_entrance.asm"
-INCLUDE "text/maps/underground_path_route_7_entrance_unused.asm"
-INCLUDE "text/maps/underground_path_route_8_entrance.asm"
-INCLUDE "text/maps/rock_tunnel_pokecenter.asm"
-INCLUDE "text/maps/rock_tunnel_b1f.asm"
-INCLUDE "text/maps/power_plant.asm"
-INCLUDE "text/maps/route_11_gate.asm"
-INCLUDE "text/maps/route_11_gate_upstairs.asm"
-INCLUDE "text/maps/digletts_cave_route_11_entrance.asm"
-INCLUDE "text/maps/route_12_gate.asm"
-INCLUDE "text/maps/route_12_gate_upstairs.asm"
-INCLUDE "text/maps/route_12_house.asm"
-INCLUDE "text/maps/route_15_gate.asm"
-INCLUDE "text/maps/route_15_gate_upstairs.asm"
-INCLUDE "text/maps/route_16_gate.asm"
-INCLUDE "text/maps/route_16_gate_upstairs.asm"
-INCLUDE "text/maps/route_16_house.asm"
-INCLUDE "text/maps/route_18_gate.asm"
-INCLUDE "text/maps/route_18_gate_upstairs.asm"
-INCLUDE "text/maps/pokemon_league_gate.asm"
-INCLUDE "text/maps/victory_road_2f.asm"
-INCLUDE "text/maps/bills_house.asm"
-INCLUDE "text/maps/route_1.asm"
-INCLUDE "text/maps/route_2.asm"
-INCLUDE "text/maps/route_3.asm"
-INCLUDE "text/maps/route_4.asm"
-INCLUDE "text/maps/route_5.asm"
-INCLUDE "text/maps/route_6.asm"
-INCLUDE "text/maps/route_7.asm"
-INCLUDE "text/maps/route_8.asm"
-INCLUDE "text/maps/route_9.asm"
-INCLUDE "text/maps/route_10.asm"
-INCLUDE "text/maps/route_11_1.asm"
+ inclang text/maps/daycare_2.asm
+ inclang text/maps/underground_path_route_6_entrance.asm
+ inclang text/maps/underground_path_route_7_entrance.asm
+ inclang text/maps/underground_path_route_7_entrance_unused.asm
+ inclang text/maps/underground_path_route_8_entrance.asm
+ inclang text/maps/rock_tunnel_pokecenter.asm
+ inclang text/maps/rock_tunnel_b1f.asm
+ inclang text/maps/power_plant.asm
+ inclang text/maps/route_11_gate.asm
+ inclang text/maps/route_11_gate_upstairs.asm
+ inclang text/maps/digletts_cave_route_11_entrance.asm
+ inclang text/maps/route_12_gate.asm
+ inclang text/maps/route_12_gate_upstairs.asm
+ inclang text/maps/route_12_house.asm
+ inclang text/maps/route_15_gate.asm
+ inclang text/maps/route_15_gate_upstairs.asm
+ inclang text/maps/route_16_gate.asm
+ inclang text/maps/route_16_gate_upstairs.asm
+ inclang text/maps/route_16_house.asm
+ inclang text/maps/route_18_gate.asm
+ inclang text/maps/route_18_gate_upstairs.asm
+ inclang text/maps/pokemon_league_gate.asm
+ inclang text/maps/victory_road_2f.asm
+ inclang text/maps/bills_house.asm
+ inclang text/maps/route_1.asm
+ inclang text/maps/route_2.asm
+ inclang text/maps/route_3.asm
+ inclang text/maps/route_4.asm
+ inclang text/maps/route_5.asm
+ inclang text/maps/route_6.asm
+ inclang text/maps/route_7.asm
+ inclang text/maps/route_8.asm
+ inclang text/maps/route_9.asm
+ inclang text/maps/route_10.asm
+ inclang text/maps/route_11_1.asm