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
|
2020-02-22 16:39:23 +00:00
|
|
|
include th04/formats/cfg.inc
|
2020-09-05 14:09:18 +00:00
|
|
|
include th03/formats/cdg.inc
|
2019-09-20 19:05:27 +00:00
|
|
|
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
|
|
|
; --------
|
|
|
|
|
2020-04-05 14:17:33 +00:00
|
|
|
include th04/main/player/player.inc
|
2019-09-23 10:23:41 +00:00
|
|
|
|
|
|
|
; 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
|
|
|
|
; ------
|
2020-08-16 14:03:31 +00:00
|
|
|
BOSS_W = 64
|
|
|
|
BOSS_H = 64
|
2019-09-23 10:49:25 +00:00
|
|
|
BOSS_DEFEAT_INVINCIBILITY_FRAMES = 255
|
|
|
|
; ------
|
|
|
|
|
2020-04-05 14:17:33 +00:00
|
|
|
include th02/main/playfld.inc
|
|
|
|
include th02/main/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
|
2020-04-05 14:17:33 +00:00
|
|
|
include th04/main/hud/popup.inc
|
2019-12-26 01:06:13 +00:00
|
|
|
include th04/end/end.inc
|