mirror of
https://github.com/zeldaret/tp
synced 2026-08-19 13:54:02 -04:00
decomp some small files, do some cleanup (#42)
* remove leftover asm: JSUList.s * d_save_init: decomp * JMath/random: decomp * J3DUDL: fixup label * JAUClusterSound: decomp * c_API_controller_pad: decomp, elaborate globals/types * clang-format * don't add guards to functions.h * semantic merge of m_cpadInfo stuff * fix undef symbols Co-authored-by: Pheenoh <pheenoh@gmail.com>
This commit is contained in:
@@ -1166,7 +1166,7 @@ lbl_80294D5C:
|
||||
/* 80294E70 00291DB0 40 82 00 18 */ bne lbl_80294E88
|
||||
/* 80294E74 00291DB4 38 6D 8C C8 */ addi r3, r13, lbl_80451248-_SDA_BASE_
|
||||
/* 80294E78 00291DB8 38 80 00 00 */ li r4, 0
|
||||
/* 80294E7C 00291DBC 48 0A 4C 69 */ bl JMath_NS_TRandom_fast_
|
||||
/* 80294E7C 00291DBC 48 0A 4C 69 */ bl __ct__Q25JMath13TRandom_fast_FUl
|
||||
/* 80294E80 00291DC0 38 00 00 01 */ li r0, 1
|
||||
/* 80294E84 00291DC4 98 0D 8C C4 */ stb r0, lbl_80451244-_SDA_BASE_(r13)
|
||||
lbl_80294E88:
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
.include "macros.inc"
|
||||
|
||||
.section .text, "ax" # 802a4ac4
|
||||
|
||||
|
||||
.global JAISoundHandle
|
||||
JAISoundHandle:
|
||||
/* 802A4AC4 002A1A04 38 00 00 00 */ li r0, 0
|
||||
/* 802A4AC8 002A1A08 90 03 00 00 */ stw r0, 0(r3)
|
||||
/* 802A4ACC 002A1A0C 4E 80 00 20 */ blr
|
||||
|
||||
Reference in New Issue
Block a user