mirror of
https://github.com/pmret/papermario.git
synced 2024-11-19 09:22:30 +01:00
14 lines
372 B
C
14 lines
372 B
C
#include "common.h"
|
|
|
|
INCLUDE_ASM(s32, "code_13FD40", pause_spirits_draw_contents);
|
|
|
|
INCLUDE_ASM(s32, "code_13FD40", pause_spirits_draw_title);
|
|
|
|
INCLUDE_ASM(s32, "code_13FD40", pause_spirits_init);
|
|
|
|
INCLUDE_ASM(s32, "code_13FD40", pause_spirits_handle_input);
|
|
|
|
INCLUDE_ASM(s32, "code_13FD40", pause_spirits_update);
|
|
|
|
INCLUDE_ASM(s32, "code_13FD40", pause_spirits_cleanup);
|