2019-09-20 19:05:27 +00:00
|
|
|
; ReC98
|
|
|
|
; -----
|
|
|
|
; Types shared between TH04 and TH05
|
|
|
|
|
2019-12-14 19:34:55 +00:00
|
|
|
include defconv.inc
|
2019-12-26 16:19:44 +00:00
|
|
|
include th02/score.inc
|
2019-09-20 19:05:27 +00:00
|
|
|
|
|
|
|
; Formats
|
|
|
|
; --------
|
|
|
|
include th04/formats/bb.inc
|
|
|
|
include th04/formats/map.inc
|
2019-12-26 16:19:44 +00:00
|
|
|
include th04/formats/scoredat.inc
|
2019-09-20 19:05:27 +00:00
|
|
|
; --------
|
|
|
|
|
2019-09-23 10:23:41 +00:00
|
|
|
include th04/player/player.inc
|
|
|
|
|
|
|
|
; Bombs
|
|
|
|
; -----
|
|
|
|
DEATHBOMB_WINDOW = 8
|
|
|
|
; -----
|
|
|
|
|
2019-09-23 10:49:25 +00:00
|
|
|
; Stages
|
|
|
|
; ------
|
2020-01-02 19:55:22 +00:00
|
|
|
MAIN_STAGE_COUNT = 6
|
|
|
|
STAGE_EXTRA = MAIN_STAGE_COUNT
|
2019-09-23 10:49:25 +00:00
|
|
|
STAGE_START_INVINCIBILITY_FRAMES = 64
|
|
|
|
; ------
|
|
|
|
|
|
|
|
; Bosses
|
|
|
|
; ------
|
|
|
|
BOSS_DEFEAT_INVINCIBILITY_FRAMES = 255
|
|
|
|
; ------
|
|
|
|
|
2019-09-20 18:36:19 +00:00
|
|
|
include th02/hud/hud.inc
|
2019-09-20 19:05:27 +00:00
|
|
|
include th04/hardware/grcg.inc
|
|
|
|
include th04/hardware/input.inc
|
2019-09-23 15:52:53 +00:00
|
|
|
include th04/math/randring.inc
|
2019-09-20 19:05:27 +00:00
|
|
|
include th04/math/motion.inc
|
2019-09-20 19:56:31 +00:00
|
|
|
include th04/hud/popup.inc
|
2019-12-26 01:06:13 +00:00
|
|
|
include th04/end/end.inc
|