ReC98/th05/th05.inc

15 lines
315 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

GAME = 5
include th05/mem.inc
include th04/shared.inc
include th05/player/shot_types.inc
; 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
_player_option_patnum = 26
POINT_ITEMS_MAX = 999