Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More Speedrun Cleanup #50

Merged
merged 2 commits into from
Sep 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion data/rom.s
Original file line number Diff line number Diff line change
Expand Up @@ -2773,7 +2773,7 @@ gUnknown_086AE5A0:: @ 0x086AE5A0
.incbin "baserom.gba", 0x6AE5A0, 0x40

gUnknown_086AE5E0:: @ 0x086AE5E0
.incbin "baserom.gba", 0x6AE5E0, 0xC
.2byte 0x000A, 0x000A, 0x000F, 0x000F, 0x0002, 0x0000

gUnknown_086AE5EC:: @ 0x086AE5EC
.incbin "baserom.gba", 0x6AE5EC, 0xA2
Expand Down
2 changes: 1 addition & 1 deletion ld_script.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ SECTIONS
src/rom_1068C.o(.text);
src/titlescreen.o(.text);
asm/rom_11B9C.o(.text);
src/rom_3219C.o(.text);
src/rom_31F6C.o(.text);
asm/rom_3219C.o(.text);
src/options.o(.text);
src/rom_528AC.o(.text);
Expand Down
File renamed without changes.