mirror of https://github.com/nmlgc/ReC98.git
8 lines
142 B
PHP
8 lines
142 B
PHP
|
; Midboss and boss phases
|
||
|
if GAME eq 5
|
||
|
PHASE_BOSS_EXPLODE_SMALL = -3
|
||
|
PHASE_BOSS_EXPLODE_BIG = -2
|
||
|
endif
|
||
|
PHASE_EXPLODE_BIG = -2
|
||
|
PHASE_NONE = -1
|