initial work on ground_map_1

This commit is contained in:
Seth Barberee
2025-07-26 12:12:04 -07:00
parent a0ddf35f3d
commit 061f1efaea
11 changed files with 769 additions and 855 deletions

View File

@@ -10,5 +10,8 @@ void sub_80A2FBC(GroundBg *groundBg, s32 mapFileId_);
void sub_80A3440(GroundBg *groundBg, s32 mapFileId_, const DungeonLocation *dungLoc, s32 a3);
void sub_80A3B80(GroundBg *groundBg, u8 a1, u8 a2);
void sub_80A3BB0(GroundBg *groundBg, s32 a0_);
void sub_80A4558(GroundBg *groundBg, s32 id, PixelPos *dstPos);
void sub_80A4608(GroundBg *groundBg, PixelPos *dstPos);
void GetDungeonBounds(GroundBg *groundBg, PixelPos *dstPos1, PixelPos *dstPos2);
#endif // GUARD_GROUND_BG_H

View File

@@ -7,5 +7,6 @@ void FreeGroundMapAction(void);
void sub_80A4B38(void);
void sub_80A4B54(void);
s16 GetAdjustedGroundMap(s32 mapId);
s16 GetGroundMapID(void);
#endif // GUARD_GROUND_MAP_H

View File

@@ -8,7 +8,4 @@ void GroundMap_ExecuteStation(s32 _map, s32 _group, s32 _sector, bool32 _setScri
bool8 GroundMapNotifyAll(s16);
bool8 sub_80A4D48(s16 index);
// ground_map_1.s
extern s16 sub_80A5728(void);
#endif // GUARD_GROUND_MAP_1_H

View File

@@ -117,8 +117,7 @@ typedef struct GroundMapAction
/* 0x00 */ Action action;
/* 0xE4 */ s16 groundMapId;
u16 fillE6;
u32 unkE8;
u32 unkEC;
PixelPos unkE8;
s32 unkF0;
s32 unkF4;
PixelPos unkF8;