2019-09-20 19:05:27 +00:00
|
|
|
; ReC98
|
|
|
|
; -----
|
|
|
|
; Types shared between TH04 and TH05
|
|
|
|
|
2019-09-23 15:52:53 +00:00
|
|
|
include th03/defconv.inc
|
2019-09-20 19:05:27 +00:00
|
|
|
|
|
|
|
; Formats
|
|
|
|
; --------
|
|
|
|
include th04/formats/bb.inc
|
|
|
|
include th04/formats/map.inc
|
|
|
|
; --------
|
|
|
|
|
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
|
|
|
|
; ------
|
|
|
|
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
|
|
|
|
include th04/gaiji.inc
|
2019-09-20 19:56:31 +00:00
|
|
|
include th04/hud/popup.inc
|
|
|
|
include th02/score.inc
|