mirror of
https://github.com/pmret/papermario.git
synced 2024-11-19 09:22:30 +01:00
13 lines
268 B
C
13 lines
268 B
C
#include "common.h"
|
|
|
|
// Needs .data section
|
|
#ifdef NON_MATCHING
|
|
s32 pause_get_menu_string(s32 index) {
|
|
return gPauseMenuStrings[index];
|
|
}
|
|
#else
|
|
INCLUDE_ASM(s32, "code_1421C0", pause_get_menu_string);
|
|
#endif
|
|
|
|
INCLUDE_ASM(s32, "code_1421C0", pause_draw_menu_label);
|