mirror of
https://github.com/pret/colosseum-mb.git
synced 2026-09-09 09:15:10 -05:00
More m4a refactoring
This commit is contained in:
1608
payload/asm/m4a.s
1608
payload/asm/m4a.s
File diff suppressed because it is too large
Load Diff
1594
payload/asm/m4a_1.s
Normal file
1594
payload/asm/m4a_1.s
Normal file
File diff suppressed because it is too large
Load Diff
@@ -16,6 +16,7 @@ SECTIONS {
|
||||
lib_text :
|
||||
ALIGN(4)
|
||||
{
|
||||
asm/m4a_1.o(.text);
|
||||
asm/m4a.o(.text);
|
||||
/* src/m4a.o(.text); */
|
||||
src/main.o(.text);
|
||||
@@ -52,7 +53,17 @@ SECTIONS {
|
||||
{
|
||||
data/main.o(.rodata);
|
||||
src/unk_200E344.o(.rodata);
|
||||
} =0
|
||||
|
||||
.data :
|
||||
ALIGN(4)
|
||||
{
|
||||
data/all.o(.data);
|
||||
} =0
|
||||
|
||||
lib_data :
|
||||
ALIGN(4)
|
||||
{
|
||||
data/main.o(.data);
|
||||
} =0
|
||||
ewram_start = .;
|
||||
@@ -60,6 +71,7 @@ SECTIONS {
|
||||
ALIGN(4)
|
||||
{
|
||||
<BSS>
|
||||
asm/m4a.o(.bss.code);
|
||||
<COMMON>
|
||||
<EWRAM>
|
||||
}
|
||||
|
||||
@@ -9,8 +9,7 @@ gUnknown_02020A44:
|
||||
gUnknown_02020A48:
|
||||
.space 0x8
|
||||
|
||||
gMPlay1Track: @ 0x02020A50
|
||||
.space 0x280
|
||||
.include "asm/m4a_1.o"
|
||||
|
||||
@ main
|
||||
|
||||
@@ -59,10 +58,4 @@ gUnknown_0202137C:
|
||||
.include "src/unk_200E344.o"
|
||||
.include "src/siirtc.o"
|
||||
|
||||
@ m4a
|
||||
.align 2
|
||||
gUnknown_020213B4:
|
||||
.space 0x1
|
||||
|
||||
gUnknown_020213B5:
|
||||
.space 0x3ff
|
||||
@ m4a
|
||||
Reference in New Issue
Block a user