2019-11-03 14:36:27 -05:00
|
|
|
// SM64 (EU) Segment 19 - English
|
|
|
|
|
2020-06-02 12:44:34 -04:00
|
|
|
#include "macros.h"
|
|
|
|
|
2019-11-03 14:36:27 -05:00
|
|
|
#include "game/ingame_menu.h"
|
|
|
|
|
|
|
|
#include "make_const_nonconst.h"
|
|
|
|
|
2019-12-01 21:52:53 -05:00
|
|
|
// Include text/define_text.inc.c, preprocessed with -I text/us/ to get the
|
|
|
|
// right translation strings, with symbols renamed as below.
|
|
|
|
#define seg2_course_name_table course_name_table_eu_en
|
|
|
|
#define seg2_act_name_table act_name_table_eu_en
|
|
|
|
#define seg2_dialog_table dialog_table_eu_en
|
|
|
|
|
|
|
|
#include "text/us/define_text.inc.c"
|