Move some more main.asm routines into individual files
This commit is contained in:
@@ -1,12 +1,18 @@
|
||||
INCLUDE "includes.asm"
|
||||
|
||||
|
||||
SECTION "Text 1", ROMX
|
||||
|
||||
INCLUDE "text/common_1.asm"
|
||||
|
||||
|
||||
SECTION "Text 2", ROMX
|
||||
|
||||
INCLUDE "text/common_2.asm"
|
||||
INCLUDE "text/common_3.asm"
|
||||
|
||||
|
||||
SECTION "Text 3", ROMX
|
||||
|
||||
INCLUDE "text/common_4.asm"
|
||||
INCLUDE "text/common_5.asm"
|
||||
|
Reference in New Issue
Block a user