解析メモ


機体データ

start add 000f6588
size = 72
num = 294 (0 - 293)

{
	dword	special;
	byte	dummy1;
	byte	max;
	byte	scout;
	byte	mobile;
	byte	nouoPlatoon;
	byte	fuelRate;
	byte	dummy2 [14];
	byte	dummy3 [6];
	word	hp;
	word	fuel;
	word	moveFlag;
	word	attackFlag;
	word	weapon [4];
	byte	dummy4 [2];
	byte	name [14];
	byte	move;
	byte	carry;
	byte	dummy6 [3];
	byte	Potential;
	word	money;
	word	Materials;
}

武装データ

addr 0xfb83a;
size 24;
num = 558? (0 - 557)

{
	byte attack;				//	攻撃力
	byte rep;				//	回数
	byte rate;				//	命中率
	byte min;				//	最小射程
	byte max;				//	最大射程
	byte flg1;				//	nazo1
	byte flg2;				//	nazo2
	byte name[16];				//	15byte (この構造体ではaz格納のため+1してある。注意。)
	byte flg3;				//	nazo3
	byte flg4;				//	nazo4
}