Commit Graph

28 Commits

Author SHA1 Message Date
Ryan Dwyer 7cb64a19bf Decompile sndIsDisabled 2021-03-29 22:43:38 +10:00
Ryan Dwyer 9d4f2ffd2a Rename entry.c to boot.c, controller.c to joy.c, core.c to lv.c, texture.c to texdecompress.c, room.c to bg.c, lib_0e9d0.c to snd.c and associated functions 2021-03-24 20:03:37 +10:00
Ryan Dwyer 154337afac ntsc-beta: Get lib .rodata matching 2021-03-23 21:32:18 +10:00
Ryan Dwyer a9dd61274a ntsc-beta: Replace hard coded jal addresses 2021-03-23 17:47:19 +10:00
Ryan Dwyer 4b7473d768 ntsc-beta: Get game functions in their correct places 2021-03-23 17:15:05 +10:00
Ryan Dwyer 5d3682ef17 ntsc-beta: Get lib .text segment matching excluding pointers 2021-03-19 22:15:48 +10:00
Ryan Dwyer f869136229 Relocate some lib rodata 2021-03-17 12:11:24 +10:00
Ryan Dwyer 79e40cdf0e Distribute remaining .bss into lib 2021-03-15 23:28:01 +10:00
Ryan Dwyer 7b96f14c14 pal-final: Get lib segment fully matching 2021-03-11 22:00:16 +10:00
Ryan Dwyer 0def2c5a4d Combine data headers into a single one and remove unnecessary declarations 2021-02-17 22:04:46 +10:00
Ryan Dwyer f262c23324 Decompile argsParseDebugArgs 2021-01-30 19:35:34 +10:00
Ryan Dwyer 82cee003ca Decompile contPoll 2020-10-31 00:34:59 +10:00
Ryan Dwyer 01c9cefbf8 Rename game_16cfa0.c to music.c 2020-08-29 22:37:48 +10:00
Ryan Dwyer ae01166fd6 Rename many music related symbols 2020-08-29 00:41:53 +10:00
Ryan Dwyer 0d8759394a Decompile stageGetPrimaryTrack 2020-08-28 19:33:40 +10:00
Ryan Dwyer 4cd6244b38 Decompile audioGetVolume 2020-08-28 19:18:08 +10:00
Ryan Dwyer 2dd66483f3 Decompile func0f16cfe8 2020-08-28 19:13:08 +10:00
Ryan Dwyer 57948e88f5 Decompile func0f16d44c 2020-08-27 23:37:27 +10:00
Ryan Dwyer 4fd334f73a Replace .data and .bss addresses with symbols 2020-08-24 08:06:44 +10:00
Ryan Dwyer ec016de0d8 Decompile func0f16d3d0 2020-08-20 18:47:21 +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 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 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