mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-07 14:50:15 +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
|
@ -2368,9 +2368,9 @@ glabel KaleidoScope_DrawQuestStatus
|
|||
/* 02238 80815A58 3C120001 */ lui $s2, 0x0001 ## $s2 = 00010000
|
||||
/* 0223C 80815A5C 3C1FF588 */ lui $ra, 0xF588 ## $ra = F5880000
|
||||
/* 02240 80815A60 3C0D0703 */ lui $t5, 0x0703 ## $t5 = 07030000
|
||||
/* 02244 80815A64 3C0B0200 */ lui $t3, %hi(D_02003040) ## $t3 = 02000000
|
||||
/* 02244 80815A64 3C0B0200 */ lui $t3, %hi(gCounterDigit0Tex) ## $t3 = 02000000
|
||||
/* 02248 80815A68 25EE0A40 */ addiu $t6, $t7, 0x0A40 ## $t6 = 00000A48
|
||||
/* 0224C 80815A6C 256B3040 */ addiu $t3, $t3, %lo(D_02003040) ## $t3 = 02003040
|
||||
/* 0224C 80815A6C 256B3040 */ addiu $t3, $t3, %lo(gCounterDigit0Tex) ## $t3 = 02003040
|
||||
/* 02250 80815A70 35ADF800 */ ori $t5, $t5, 0xF800 ## $t5 = 0703F800
|
||||
/* 02254 80815A74 37FF0200 */ ori $ra, $ra, 0x0200 ## $ra = F5880200
|
||||
/* 02258 80815A78 3652C03C */ ori $s2, $s2, 0xC03C ## $s2 = 0001C03C
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue