mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-05 15:34:41 +00:00
Interface improvements (#822)
* Add symbols, does NOT build OK * parameter OK with syms * Use `static` more and inline arrays * wip docs * Start on Interface_Draw, NOT OK yet * rename variables since interface dev is weird * nonmatching for now * kaleido * Update src/code/z_parameter.c Co-authored-by: louist103 <35883445+louist103@users.noreply.github.com> * Make most texture rectangles use shifts * fix symbols for all interface things * done with interface_draw for now * Update z_parameter.c * format files * fix wrong function calls * fix bss * improvements in matching * remove button enum for now * (void)0 to fix warning * make conditional look nicer * fix * fix wrong combiner * Update src/overlays/actors/ovl_kaleido_scope/z_lmap_mark.c Co-authored-by: Roman971 <32455037+Roman971@users.noreply.github.com> * format * remove "HUD" naming * review suggestions Co-authored-by: louist103 <35883445+louist103@users.noreply.github.com> Co-authored-by: Roman971 <32455037+Roman971@users.noreply.github.com>
This commit is contained in:
parent
566d107e55
commit
c644aaa2ee
30 changed files with 954 additions and 842 deletions
|
@ -4,26 +4,6 @@
|
|||
#include "z64.h"
|
||||
#include "segment_symbols.h"
|
||||
|
||||
extern u8 D_02000000[];
|
||||
extern u8 D_02000400[];
|
||||
extern u8 D_02000500[];
|
||||
extern u8 D_02000900[];
|
||||
extern u8 D_02000A00[][0x400];
|
||||
extern u8 D_02001E00[];
|
||||
extern u8 D_02001F00[];
|
||||
extern u8 D_02002FC0[];
|
||||
extern u8 D_02002000[];
|
||||
extern u8 D_02002100[];
|
||||
extern u8 D_02002500[];
|
||||
extern u8 D_02002580[];
|
||||
extern u8 D_02002600[];
|
||||
extern u8 D_02002900[];
|
||||
//extern ? D_02002E40;
|
||||
extern u8 D_02003040[][0x80];
|
||||
extern u8 D_020035C0[][0x40];
|
||||
extern u8 D_020038C0[];
|
||||
extern u8 D_02003940[];
|
||||
extern u8 D_02003AC0[];
|
||||
extern u32 D_0300AA48;
|
||||
extern u32 D_03012B20;
|
||||
extern Gfx D_06025218[];
|
||||
|
@ -36,7 +16,6 @@ extern Gfx D_0602A738[];
|
|||
extern Gfx D_0602CB48[];
|
||||
//extern ? D_070380D4;
|
||||
//extern ? D_0703811C;
|
||||
extern u8 D_080895C0[];
|
||||
|
||||
//extern ? D_80000004;
|
||||
//extern ? D_80000008;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue