Merge pull request #24 from jiangzhengwenjz/working

Spilt more files
This commit is contained in:
jiangzhengwenjz 2020-05-24 10:38:26 -05:00 committed by GitHub
commit 2cbb240ac1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 20617 additions and 20596 deletions

15607
asm/code.s

File diff suppressed because it is too large Load Diff

12840
asm/code_0801FCA8.s Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

4995
asm/collection_room.s Normal file

File diff suppressed because it is too large Load Diff

2779
asm/subgame_menu.s Normal file

File diff suppressed because it is too large Load Diff

View File

@ -280,6 +280,8 @@ SECTIONS {
asm/crt0.o(.text);
src/init.o(.text);
asm/code.o(.text);
asm/subgame_menu.o(.text);
asm/code_0801FCA8.o(.text);
src/demo.o(.text);
asm/code_08026044.o(.text);
asm/code_0803024C.o(.text);
@ -292,6 +294,7 @@ SECTIONS {
asm/code_08128BEC.o(.text);
src/logo.o(.text);
asm/code_08138B44.o(.text);
asm/collection_room.o(.text);
asm/intro.o(.text);
src/title_screen.o(.text);
asm/code_0814A828.o(.text);