Skip to content

Commit

Permalink
rand, TimeRatio, up to 020059a8
Browse files Browse the repository at this point in the history
  • Loading branch information
EstexNT committed May 31, 2024
1 parent 7c48fdf commit 6be9a46
Show file tree
Hide file tree
Showing 9 changed files with 1,068 additions and 11 deletions.
2 changes: 2 additions & 0 deletions arm9/arm9.ld
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ SECTIONS {
build/asm/code_02004040.o(.text);
build/asm/code_02004790.o(.text);
build/asm/code_02004a1c.o(.text);
build/asm/rand.o(.text);
build/asm/TimeRatio.o(.text);
. = ALIGN(4);

# non-disassembled
Expand Down
16 changes: 13 additions & 3 deletions arm9/asm/CList.s
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,19 @@ func_020035a8: @ 0x020035a8
.align 2, 0
_020035cc: .4byte D_02045dec
arm_func_end func_020035a8
_020035d0:
.byte 0x10, 0x40, 0x2d, 0xe9, 0x10, 0x10, 0x9f, 0xe5, 0x00, 0x40, 0xa0, 0xe1, 0x00, 0x10, 0x84, 0xe5
.byte 0x2f, 0x00, 0x00, 0xeb, 0x04, 0x00, 0xa0, 0xe1, 0x10, 0x80, 0xbd, 0xe8, 0xec, 0x5d, 0x04, 0x02

arm_func_start func_020035d0
func_020035d0:
push {r4, lr}
ldr r1, _020035ec
mov r4, r0
str r1, [r4]
bl func_020036a4
mov r0, r4
pop {r4, pc}
.align 2, 0
_020035ec: .4byte D_02045dec
arm_func_end func_020035d0

arm_func_start func_020035f0
func_020035f0: @ 0x020035f0
Expand Down
Loading

0 comments on commit 6be9a46

Please sign in to comment.