Skip to content

Commit

Permalink
clean up a couple of symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
patataofcourse committed Sep 27, 2022
1 parent b557736 commit 63e34f2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
8 changes: 4 additions & 4 deletions arm9/asm/code_02001fbc.s
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ func_0200220c: @ 0x0200220c
str r3, [r0, #0x504]
bx lr
.align 2, 0
_0200228c: .4byte 0x02045dc4
_0200228c: .4byte D_02045dc4
arm_func_end func_0200220c

arm_func_start func_02002290
Expand Down Expand Up @@ -244,7 +244,7 @@ func_020022a4: @ 0x020022a4
str r0, [r4, #0x4f4]
pop {r4, pc}
.align 2, 0
_020022e0: .4byte 0x02045dc4
_020022e0: .4byte D_02045dc4
arm_func_end func_020022a4
_020022e4:
.byte 0x08, 0xc0, 0x9f, 0xe5, 0x00, 0x10, 0xa0, 0xe3, 0x04, 0x10, 0x80, 0xe5
Expand Down Expand Up @@ -635,7 +635,7 @@ _0200281c:
str r0, [r4, #0x2c]
pop {r4, pc}
.align 2, 0
_0200283c: .4byte 0x02045dc8
_0200283c: .4byte D_02045dc8
arm_func_end func_0200274c

arm_func_start func_02002840
Expand Down Expand Up @@ -827,7 +827,7 @@ _02002aa8:
bl func_0200274c
pop {r4, r5, r6, pc}
.align 2, 0
_02002ae4: .4byte 0x02270240
_02002ae4: .4byte D_02270240
arm_func_end func_02002840

arm_func_start func_02002ae8
Expand Down
6 changes: 3 additions & 3 deletions arm9/asm/code_02003384.s
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ func_02003384: @ 0x02003384
str r0, [r1]
bx lr
.align 2, 0
_02003390: .4byte 0x02045dcc
_02003390: .4byte D_02045dcc
arm_func_end func_02003384

arm_func_start func_02003394
Expand All @@ -32,7 +32,7 @@ func_02003394: @ 0x02003394
bl func_02031fc0
pop {r4, r5, r6, pc}
.align 2, 0
_020033d4: .4byte 0x02045dcc
_020033d4: .4byte D_02045dcc
arm_func_end func_02003394
_020033d8:
.byte 0x4c, 0x20, 0x9f, 0xe5, 0x4c, 0x10, 0x9f, 0xe5
Expand Down Expand Up @@ -99,7 +99,7 @@ _020034f0:
bx lr
.align 2, 0
_020034fc: .4byte 0x04000130
_02003500: .4byte 0x027fffa8
_02003500: .4byte D_027fffa8
_02003504: .4byte 0x00002fff
arm_func_end func_02003438

Expand Down
3 changes: 3 additions & 0 deletions arm9/undefined.ld
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,9 @@ D_02045cf8 = 0x02045cf8;
D_02045d18 = 0x02045d18;
D_02045d1c = 0x02045d1c;
D_02045d20 = 0x02045d20;
D_02045dc4 = 0x02045dc4;
D_02045dc8 = 0x02045dc8;
D_02045dcc = 0x02045dcc;
D_02045dbc = 0x02045dbc;
D_02053280 = 0x02053280;
D_02053560 = 0x02053560;
Expand Down

0 comments on commit 63e34f2

Please sign in to comment.