diff options
Diffstat (limited to 'en/text/text5.asm')
-rw-r--r-- | en/text/text5.asm | 31 |
1 files changed, 16 insertions, 15 deletions
diff --git a/en/text/text5.asm b/en/text/text5.asm index c142986f..b2dab686 100644 --- a/en/text/text5.asm +++ b/en/text/text5.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,17 +7,17 @@ INCLUDE "hram.asm" SECTION "Text 5", ROMX, BANK[TEXT_5] -INCLUDE "text/maps/route_11_2.asm" -INCLUDE "text/maps/route_12.asm" -INCLUDE "text/maps/route_13.asm" -INCLUDE "text/maps/route_14.asm" -INCLUDE "text/maps/route_15.asm" -INCLUDE "text/maps/route_16.asm" -INCLUDE "text/maps/route_17.asm" -INCLUDE "text/maps/route_18.asm" -INCLUDE "text/maps/route_19.asm" -INCLUDE "text/maps/route_20.asm" -INCLUDE "text/maps/route_21.asm" -INCLUDE "text/maps/route_22.asm" -INCLUDE "text/maps/route_23.asm" -INCLUDE "text/maps/route_24_1.asm" + inclang text/maps/route_11_2.asm + inclang text/maps/route_12.asm + inclang text/maps/route_13.asm + inclang text/maps/route_14.asm + inclang text/maps/route_15.asm + inclang text/maps/route_16.asm + inclang text/maps/route_17.asm + inclang text/maps/route_18.asm + inclang text/maps/route_19.asm + inclang text/maps/route_20.asm + inclang text/maps/route_21.asm + inclang text/maps/route_22.asm + inclang text/maps/route_23.asm + inclang text/maps/route_24_1.asm |