Skip to content

Commit

Permalink
Merge pull request #163 from Mr-Toodguy/main
Browse files Browse the repository at this point in the history
Add comments & definitions to map_header.h and map_header.c
  • Loading branch information
lhearachel authored Mar 17, 2024
2 parents bd612c1 + 0d00df3 commit 09b8e4d
Show file tree
Hide file tree
Showing 21 changed files with 13,119 additions and 13,119 deletions.
13,048 changes: 13,048 additions & 0 deletions include/data/map_headers.h

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions include/map_header.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ typedef struct {
u16 nightMusicID;
u16 wildEncountersArchiveID;
u16 eventsArchiveID;
u16 unk_12_0 : 8;
u16 unk_12_8 : 8;
u16 mapLabelTextID : 8;
u16 mapLabelWindowID : 8;
u8 weather;
u8 cameraType;
u16 mapType : 7;
Expand All @@ -36,8 +36,8 @@ u16 MapHeader_GetNightMusicID(u32 param0);
BOOL MapHeader_HasWildEncounters(u32 param0);
u32 MapHeader_GetWildEncountersArchiveID(u32 param0);
u32 MapHeader_GetEventsArchiveID(u32 param0);
u32 sub_0203A138(u32 param0);
u8 sub_0203A154(u32 param0);
u32 MapHeader_GetMapLabelTextID(u32 param0);
u8 MapHeader_GetMapLabelWindowID(u32 param0);
u32 MapHeader_GetWeatherType(u32 param0);
u32 MapHeader_GetCameraType(u32 param0);
u32 MapHeader_GetBattleBG(u32 param0);
Expand Down
Loading

0 comments on commit 09b8e4d

Please sign in to comment.