mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-17 21:35:11 +00:00
[iQue] Match z_message (#2435)
* [iQue] z_message: work around EGCS bug * [iQue] z_message: finish matching * Yabusame -> Horseback archery * Add missing PRINTF parameter * Collapse for loops * Better-looking macros * gold stars -> gold skulls
This commit is contained in:
parent
afa0842de4
commit
06904e1ee7
5 changed files with 335 additions and 221 deletions
|
@ -80,7 +80,7 @@ typedef struct InterfaceContext {
|
|||
/* 0x0134 */ u8* doActionSegment;
|
||||
/* 0x0138 */ u8* iconItemSegment;
|
||||
/* 0x013C */ u8* mapSegment;
|
||||
/* 0x0140 */ u8 mapPalette[32];
|
||||
/* 0x0140 */ char mapPalette[32];
|
||||
/* 0x0160 */ DmaRequest dmaRequest_160;
|
||||
/* 0x0180 */ DmaRequest dmaRequest_180;
|
||||
/* 0x01A0 */ char unk_1A0[0x20];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue