2022-02-19 10:30:10 +00:00
|
|
|
public _bullet_special_motion, _bullet_template_special_angle
|
|
|
|
_bullet_special_motion_turns_max label byte
|
|
|
|
_bullet_special_motion_speed_delta label byte
|
|
|
|
_bullet_special_motion db ?
|
|
|
|
_bullet_template_special_angle bullet_special_angle_t <?>
|
2020-09-13 17:52:38 +00:00
|
|
|
|
2021-07-24 12:29:47 +00:00
|
|
|
public _bullet_zap, _bullet_clear_time
|
|
|
|
label _bullet_zap_frames byte
|
|
|
|
label _bullet_zap_active byte
|
|
|
|
_bullet_zap db ?
|
|
|
|
_bullet_clear_time db ?
|
2021-07-03 13:56:37 +00:00
|
|
|
|
|
|
|
if GAME eq 4
|
|
|
|
db ?
|
|
|
|
endif
|
|
|
|
|
|
|
|
public _stage_graze, _graze_score
|
|
|
|
_stage_graze dw ?
|
|
|
|
_graze_score dw ?
|