2014-11-15 01:03:41 +00:00
|
|
|
|
GAME = 5
|
2019-11-23 20:28:21 +00:00
|
|
|
|
include th05/mem.inc
|
2019-09-20 19:05:27 +00:00
|
|
|
|
include th04/shared.inc
|
2018-03-16 06:43:20 +00:00
|
|
|
|
|
2019-10-13 17:55:06 +00:00
|
|
|
|
include th05/player/shot_types.inc
|
2019-10-13 18:52:53 +00:00
|
|
|
|
; Shot cycle bitflags
|
|
|
|
|
SC_1X = 08h ; Triggered 1× per cycle
|
|
|
|
|
SC_2X = 02h ; Triggered 2× per cycle
|
|
|
|
|
SC_3X = 01h ; Triggered 3× per cycle
|
|
|
|
|
SC_6X = 04h ; Triggered 6× per cycle
|
2019-09-22 21:50:13 +00:00
|
|
|
|
|
|
|
|
|
_player_option_patnum = 26
|
2019-09-22 22:03:59 +00:00
|
|
|
|
|
|
|
|
|
POINT_ITEMS_MAX = 999
|