mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-01-23 09:16:20 -08:00
make way for bank 6f
This commit is contained in:
parent
5001d9b023
commit
3070aeb915
10
main.asm
10
main.asm
@ -56204,6 +56204,8 @@ INCLUDE "stats/pokedex/entries_2.asm"
|
||||
|
||||
SECTION "bank6F",DATA,BANK[$6F]
|
||||
|
||||
; Common text II
|
||||
|
||||
_FruitBearingTreeText: ; 0x1bc000
|
||||
db $0, "It's a fruit-", $4f
|
||||
db "bearing tree.", $57
|
||||
@ -56238,16 +56240,16 @@ INCBIN "baserom.gbc", $1bc06b, $1be08d - $1bc06b
|
||||
|
||||
SECTION "bank70",DATA,BANK[$70]
|
||||
|
||||
; Common text II
|
||||
; Common text III
|
||||
|
||||
INCLUDE "text/common_2.tx"
|
||||
INCLUDE "text/common_3.tx"
|
||||
|
||||
|
||||
SECTION "bank71",DATA,BANK[$71]
|
||||
|
||||
; Common text III
|
||||
; Common text IV
|
||||
|
||||
INCLUDE "text/common_3.tx"
|
||||
INCLUDE "text/common_4.tx"
|
||||
|
||||
|
||||
SECTION "bank72",DATA,BANK[$72]
|
||||
|
1553
text/common_2.asm
1553
text/common_2.asm
File diff suppressed because it is too large
Load Diff
2876
text/common_3.asm
2876
text/common_3.asm
File diff suppressed because it is too large
Load Diff
1455
text/common_4.asm
Normal file
1455
text/common_4.asm
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user