You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-12-11 05:02:16 -08:00
Split common text into a separate object.
This commit is contained in:
1865
text/common_1.asm
Normal file
1865
text/common_1.asm
Normal file
File diff suppressed because it is too large
Load Diff
2503
text/common_2.asm
2503
text/common_2.asm
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
1230
text/common_4.asm
1230
text/common_4.asm
File diff suppressed because it is too large
Load Diff
817
text/common_5.asm
Normal file
817
text/common_5.asm
Normal file
File diff suppressed because it is too large
Load Diff
12
text/common_text.asm
Normal file
12
text/common_text.asm
Normal file
@@ -0,0 +1,12 @@
|
||||
INCLUDE "includes.asm"
|
||||
|
||||
SECTION "Text 1", ROMX, BANK[$6F]
|
||||
INCLUDE "text/common_1.asm"
|
||||
|
||||
SECTION "Text 2", ROMX, BANK[$70]
|
||||
INCLUDE "text/common_2.asm"
|
||||
INCLUDE "text/common_3.asm"
|
||||
|
||||
SECTION "Text 3", ROMX, BANK[$71]
|
||||
INCLUDE "text/common_4.asm"
|
||||
INCLUDE "text/common_5.asm"
|
||||
Reference in New Issue
Block a user