2014-11-15 01:03:41 +00:00
|
|
|
GAME = 2
|
2015-02-21 13:12:22 +00:00
|
|
|
include defconv_c.inc
|
2015-02-22 21:33:07 +00:00
|
|
|
include th02/hardware/input.inc
|
2015-02-23 09:29:12 +00:00
|
|
|
include th02/hardware/frame_delay_macro.asm
|
2015-02-23 22:45:30 +00:00
|
|
|
|
|
|
|
mikoconfig_t struc
|
|
|
|
id db 10 dup(?) ; = "MIKOConfig"
|
|
|
|
db ?
|
|
|
|
stage db ?
|
|
|
|
debug_flag db ?
|
|
|
|
db ?
|
|
|
|
score dd ?
|
|
|
|
continues_used dw ?
|
|
|
|
rem_bombs db ?
|
|
|
|
rem_lives db ?
|
|
|
|
rank db ?
|
|
|
|
start_power db ?
|
|
|
|
bgm_mode db ?
|
|
|
|
start_bombs db ?
|
|
|
|
start_lives db ?
|
|
|
|
db ?
|
|
|
|
frame dd ?
|
|
|
|
unused_1 dw ?
|
|
|
|
unused_2 db ?
|
|
|
|
main_retval db ?
|
|
|
|
perf db ?
|
|
|
|
unused_3 db ?
|
|
|
|
shottype db ?
|
|
|
|
demo_num db ?
|
|
|
|
skill dw ?
|
|
|
|
unused_4 dw ?
|
|
|
|
score_highest dd ?
|
|
|
|
mikoconfig_t ends
|