2015-03-14 22:25:50 +00:00
|
|
|
/* ReC98
|
|
|
|
* -----
|
|
|
|
* 1st part of code segment #2 of TH02's OP.EXE
|
|
|
|
*/
|
|
|
|
|
2020-11-03 15:25:41 +00:00
|
|
|
#pragma codeseg SHARED
|
2020-10-01 14:34:46 +00:00
|
|
|
#pragma option -3
|
|
|
|
|
2020-08-05 17:14:38 +00:00
|
|
|
extern "C" {
|
2021-01-17 15:28:56 +00:00
|
|
|
#include <dos.h>
|
|
|
|
#include "platform.h"
|
|
|
|
#include "pc98.h"
|
|
|
|
#include "planar.h"
|
|
|
|
#include "th02/resident.hpp"
|
2015-03-14 22:25:50 +00:00
|
|
|
|
2020-01-10 11:19:21 +00:00
|
|
|
resident_t *resident;
|
|
|
|
char unused_op_2_3;
|
|
|
|
char lives;
|
|
|
|
char bombs;
|
|
|
|
long unused_4;
|
|
|
|
long unused_5;
|
|
|
|
|
2015-03-14 22:25:50 +00:00
|
|
|
#include "th01/hardware/vplanset.c"
|
2020-08-05 17:14:38 +00:00
|
|
|
}
|