Instant text speed + Roof colors

Added instant text speed and changed ruins of alph and silent hills's roof palettes
This commit is contained in:
Zeta_Null 2023-10-20 14:33:35 -04:00
parent 55f4427fc1
commit f7d3f9b08d
5 changed files with 31 additions and 12 deletions

View file

@ -37,6 +37,7 @@ DEF TEXT_DELAY_MASK EQU %111
const BATTLE_SHIFT ; 6
const BATTLE_SCENE ; 7
DEF TEXT_DELAY_NONE EQU %000 ; 0
DEF TEXT_DELAY_FAST EQU %001 ; 1
DEF TEXT_DELAY_MED EQU %011 ; 3
DEF TEXT_DELAY_SLOW EQU %101 ; 5