You've already forked HackerSM64
mirror of
https://github.com/HackerN64/HackerSM64.git
synced 2026-01-21 10:35:32 -08:00
Co-authored-by: Axollyon <20480418+Axollyon@users.noreply.github.com> Co-authored-by: Reonu <danileon95@gmail.com> Co-authored-by: Arceveti <arceveti@gmail.com> Co-authored-by: Gregory Heskett <gheskett@gmail.com>
18 lines
461 B
C
18 lines
461 B
C
// SM64 (EU) Segment 19 - Español (España) (Not vanilla: Translation created and added by Reonu)
|
|
|
|
#include "macros.h"
|
|
|
|
#include "game/ingame_menu.h"
|
|
#include "sounds.h"
|
|
#include "seq_ids.h"
|
|
|
|
#define COURSE_NAME_TABLE course_name_table_es
|
|
#define ACT_NAME_TABLE act_name_table_es
|
|
#define DIALOG_TABLE dialog_table_es
|
|
|
|
#define DIALOG_FILE "es/dialogs.h"
|
|
#define COURSE_FILE "es/courses.h"
|
|
#include "text/define_text.inc.c"
|
|
#undef DIALOG_FILE
|
|
#undef COURSE_FILE
|