nullsub_18, and remove pinball_game_main.s
Some checks are pending
CI / build (push) Waiting to run

This commit is contained in:
Marcus Huderle 2025-02-19 20:41:32 -06:00
parent 2fa0a0cc52
commit 9686ef500b
4 changed files with 4 additions and 14 deletions

View File

@ -1,13 +0,0 @@
#include "constants/global.h"
#include "constants/bg_music.h"
.include "asm/macros.inc"
.syntax unified
.text
thumb_func_start nullsub_18
nullsub_18: @ 0x0804CEA4
bx lr
.align 2, 0

Binary file not shown.

View File

@ -56,7 +56,6 @@ SECTIONS
src/rom_31F6C.o(.text);
asm/rom_3219C.o(.text);
src/pinball_game_main.o(.text);
asm/pinball_game_main.o(.text);
asm/rom_4CEA8.o(.text);
src/options.o(.text);
src/rom_528AC.o(.text);

View File

@ -2169,3 +2169,7 @@ void sub_4CD60(void)
DmaCopy16(3, gUnknown_084B77EC, (void *)0x6015800, 0x800);
}
void nullsub_18(void)
{
}