This commit is contained in:
Ethan Roseman 2020-11-12 00:51:12 -05:00
parent 0f72d512b3
commit eeea8798c7

View File

@ -1,5 +1,12 @@
#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);