mirror of
https://github.com/pret/pokepinballrs.git
synced 2026-03-21 17:24:13 -05:00
This commit is contained in:
parent
2fa0a0cc52
commit
9686ef500b
|
|
@ -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.
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -2169,3 +2169,7 @@ void sub_4CD60(void)
|
|||
|
||||
DmaCopy16(3, gUnknown_084B77EC, (void *)0x6015800, 0x800);
|
||||
}
|
||||
|
||||
void nullsub_18(void)
|
||||
{
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user