d_seafightgame OK for demo

This commit is contained in:
LagoLunatic
2026-06-26 20:16:52 -04:00
parent bc3b08eb4f
commit 1eb337da18
3 changed files with 319 additions and 31 deletions
+2 -1
View File
@@ -20,6 +20,7 @@ public:
int put_ship(u8, u8);
bool checkPutShip(int, int, int, int);
int attack(u8, u8);
int getNearEnemy(int, int);
/* 0x00 */ u8 mGrid[8][8];
/* 0x40 */ dSeaFightGame_ship_data mShips[4];
@@ -30,4 +31,4 @@ public:
/* 0x84 */ u32 field_0x84[31];
};
#endif /* D_SEAFIGHTGAME_H */
#endif /* D_SEAFIGHTGAME_H */