Skip to content

Commit

Permalink
Enable some more free space for dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
VariantXYZ committed Jan 25, 2024
1 parent a95ed7d commit eff0bc0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions doc/bank_map.txt
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@
91: Text Section 27 (JP Text Bank 36)
92: Text 33 (from 63D0 onward)
93: Text 34
94:
95: Text 35
94: Text 35 (from 6F90 onward)
95: Text 36
96:
97:
98:
Expand Down
6 changes: 5 additions & 1 deletion game/src/version/text_tables.asm
Original file line number Diff line number Diff line change
Expand Up @@ -221,10 +221,14 @@ SECTION "Text34", ROMX[$4000], BANK[$93]
Text34:
INCBIN cText34

SECTION "Text35", ROMX[$4000], BANK[$95]
SECTION "Text35", ROMX[$6F90], BANK[$94]
Text35:
INCBIN cText35

SECTION "Text36", ROMX[$4000], BANK[$95]
Text36:
INCBIN cText36

SECTION "Dialog Text Tables", ROM0[$20a0]
TextTableBanks:: ; 0x20a0
db BANK(TextSection00)
Expand Down

0 comments on commit eff0bc0

Please sign in to comment.