Commit Graph

18 Commits

Author SHA1 Message Date
Ryan Dwyer 4cd6244b38 Decompile audioGetVolume 2020-08-28 19:18:08 +10:00
Ryan Dwyer e050353016 Split fonts segment into one per font and and replace some segment pointers with linker variables 2020-08-26 17:24:06 +10:00
Ryan Dwyer 4fd334f73a Replace .data and .bss addresses with symbols 2020-08-24 08:06:44 +10:00
Ryan Dwyer 5df61485f9 Decompile fileGetRomAddress 2020-07-16 00:17:27 +10:00
Ryan Dwyer e02b477060 Decompile fileGetRomSizeByFileNum 2020-07-16 00:15:32 +10:00
Ryan Dwyer 75afe8f618 Replace beqz $zero,.label with b .label, and sll $zero,$zero,0x0 with nop 2020-06-23 21:21:59 +10:00
Ryan Dwyer dfebc1bc05 Decompile alarmTick and discover audio handles 2020-05-24 00:43:04 +10:00
Ryan Dwyer 2156ae73b5 Get audioIsFiltered closer to matching 2020-05-21 17:13:49 +10:00
Ryan Dwyer 26f15c9933 Attempt to decompile weatherTickRain 2020-04-05 00:00:19 +10:00
Ryan Dwyer a61078b1cb Decompile mpCalculatePlayerTitle 2020-03-27 22:21:55 +10:00
Ryan Dwyer 640c20964f Improve pointers to .data 2020-03-21 09:55:41 +10:00
Ryan Dwyer 1ff5defcb7 Fix location of g_MenuStack 2020-03-11 17:02:52 +10:00
Ryan Dwyer 555cf2fe8d Identify more libultra functions 2020-03-10 20:55:53 +10:00
Ryan Dwyer 87e6827ec4 Remove hard coded function pointers in lib 2020-03-08 21:06:45 +10:00
Ryan Dwyer 0d69f6d4a1 Find last remaining references to rodata, move rodata into correct files, and utilise late_rodata in lots of places 2020-03-07 12:49:23 +10:00
Ryan Dwyer 4bdc416240 Replace hardcoded addresses with pointers where they can be resolved directly 2020-03-06 22:43:35 +10:00
Ryan Dwyer 8a49f07cae Split game_0c79f0.c into bondgrab.c 2020-03-01 11:27:29 +10:00
Ryan Dwyer 14490f181b Rename library segment to lib 2020-02-28 17:13:16 +10:00