Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
MorsGames
GitHub Repository: MorsGames/sm64plus
Path: blob/master/bin/eu/translation_en.c
7858 views
1
// SM64 (EU) Segment 19 - English
2
3
#include "macros.h"
4
5
#include "game/ingame_menu.h"
6
7
#include "make_const_nonconst.h"
8
9
// Include text/define_text.inc.c, preprocessed with -I text/us/ to get the
10
// right translation strings, with symbols renamed as below.
11
#define seg2_course_name_table course_name_table_eu_en
12
#define seg2_act_name_table act_name_table_eu_en
13
#define seg2_dialog_table dialog_table_eu_en
14
15
#include "text/us/define_text.inc.c"
16
17