New font changes

Added lower case text for free dungeon items (via Aerinon)
Changed credits gfx to properly include symbols on player name screen
This commit is contained in:
cassidoxa
2022-11-26 22:13:12 -05:00
parent b2fdeb6b84
commit aa65adbec5
3 changed files with 118 additions and 1 deletions

View File

@@ -256,7 +256,11 @@ endif
org $328000
Extra_Text_Table:
incsrc itemtext.asm
if !FEATURE_NEW_TEXT
incsrc itemtext_lower.asm
else
incsrc itemtext.asm
endif
incsrc externalhooks.asm
;================================================================================