sm64

A Super Mario 64 decompilation
Log | Files | Refs | README | LICENSE

translation_de.c (445B)


      1 // SM64 (EU) Segment 19 - Deutsch
      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/de/ to get the
     10 // right translation strings, with symbols renamed as below.
     11 #define seg2_course_name_table course_name_table_eu_de
     12 #define seg2_act_name_table act_name_table_eu_de
     13 #define seg2_dialog_table dialog_table_eu_de
     14 
     15 #include "text/de/define_text.inc.c"