diff options
Diffstat (limited to 'de/text/text5.asm')
-rw-r--r-- | de/text/text5.asm | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/de/text/text5.asm b/de/text/text5.asm new file mode 100644 index 00000000..8eb23d2e --- /dev/null +++ b/de/text/text5.asm @@ -0,0 +1,23 @@ +INCLUDE "macros/inclang.asm" + inclang charmap.asm +INCLUDE "constants/text_constants.asm" +INCLUDE "constants/text_bank_constants.asm" +INCLUDE "macros/text_macros.asm" +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" |