mirror of
https://github.com/pret/pokepinballrs.git
synced 2026-04-26 00:37:22 -05:00
split remaining rom into roughly 5000 line chunks (#152)
Some checks are pending
CI / build (push) Waiting to run
Some checks are pending
CI / build (push) Waiting to run
This commit is contained in:
parent
ea595f2941
commit
1ded4d3799
49761
asm/rom_11B9C.s
49761
asm/rom_11B9C.s
File diff suppressed because it is too large
Load Diff
5915
asm/rom_14740.s
Normal file
5915
asm/rom_14740.s
Normal file
File diff suppressed because it is too large
Load Diff
4913
asm/rom_1AD84.s
Normal file
4913
asm/rom_1AD84.s
Normal file
File diff suppressed because it is too large
Load Diff
5090
asm/rom_1D5D8.s
Normal file
5090
asm/rom_1D5D8.s
Normal file
File diff suppressed because it is too large
Load Diff
4821
asm/rom_1FF0C.s
Normal file
4821
asm/rom_1FF0C.s
Normal file
File diff suppressed because it is too large
Load Diff
5575
asm/rom_225F0.s
Normal file
5575
asm/rom_225F0.s
Normal file
File diff suppressed because it is too large
Load Diff
5316
asm/rom_2530C.s
Normal file
5316
asm/rom_2530C.s
Normal file
File diff suppressed because it is too large
Load Diff
5331
asm/rom_27F94.s
Normal file
5331
asm/rom_27F94.s
Normal file
File diff suppressed because it is too large
Load Diff
7309
asm/rom_2AADC.s
Normal file
7309
asm/rom_2AADC.s
Normal file
File diff suppressed because it is too large
Load Diff
3659
asm/rom_2E6AC.s
Normal file
3659
asm/rom_2E6AC.s
Normal file
File diff suppressed because it is too large
Load Diff
1897
asm/rom_304C8.s
Normal file
1897
asm/rom_304C8.s
Normal file
File diff suppressed because it is too large
Load Diff
|
|
@ -46,19 +46,24 @@ SECTIONS
|
|||
src/rom_11B9C.o(.text);
|
||||
src/rom_1332C.o(.text);
|
||||
src/rom_13D24.o(.text);
|
||||
asm/rom_11B9C.o(.text);
|
||||
asm/rom_14740.o(.text);
|
||||
src/rom_17634.o(.text);
|
||||
src/rom_19028.o(.text);
|
||||
src/rom_19B64.o(.text);
|
||||
src/rom_19D04.o(.text);
|
||||
src/rom_1A98C.o(.text);
|
||||
asm/rom_11B9C.o(.text1AD84);
|
||||
asm/rom_1AD84.o(.text);
|
||||
asm/rom_1D5D8.o(.text);
|
||||
asm/rom_1FF0C.o(.text);
|
||||
asm/rom_225F0.o(.text);
|
||||
asm/rom_2530C.o(.text);
|
||||
src/rom_27E08.o(.text);
|
||||
asm/rom_11B9C.o(.text27F94);
|
||||
asm/rom_27F94.o(.text);
|
||||
asm/rom_2AADC.o(.text);
|
||||
src/rom_2E67C.o(.text);
|
||||
asm/rom_11B9C.o(.text2E6AC);
|
||||
asm/rom_2E6AC.o(.text);
|
||||
src/rom_30480.o(.text);
|
||||
asm/rom_11B9C.o(.text30480);
|
||||
asm/rom_304C8.o(.text);
|
||||
src/rom_31BE8.o(.text);
|
||||
src/rom_31CF8.o(.text);
|
||||
src/rom_31F6C.o(.text);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user