papermario/src/code_1421C0.c

13 lines
268 B
C
Raw Normal View History

2020-10-15 05:20:51 +02:00
#include "common.h"
2020-11-12 06:51:12 +01:00
// Needs .data section
#ifdef NON_MATCHING
s32 pause_get_menu_string(s32 index) {
return gPauseMenuStrings[index];
}
#else
2020-10-15 05:20:51 +02:00
INCLUDE_ASM(s32, "code_1421C0", pause_get_menu_string);
2020-11-12 06:51:12 +01:00
#endif
2020-10-15 05:20:51 +02:00
INCLUDE_ASM(s32, "code_1421C0", pause_draw_menu_label);