mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-18 05:08:57 -04:00
GX work
This commit is contained in:
@@ -4,9 +4,6 @@
|
||||
//
|
||||
|
||||
#include "d/actor/d_a_title.h"
|
||||
#include "d/res/res_tlogo.h"
|
||||
#include "d/res/res_tlogoe.h"
|
||||
#include "d/res/res_tlogoe0.h"
|
||||
#include "d/d_procname.h"
|
||||
#include "f_op/f_op_overlap_mng.h"
|
||||
#include "f_op/f_op_scene_mng.h"
|
||||
@@ -18,6 +15,16 @@
|
||||
#include "JSystem/JKernel/JKRExpHeap.h"
|
||||
#include "stdio.h"
|
||||
|
||||
#if VERSION == VERSION_JPN
|
||||
#include "d/res/res_tlogo.h"
|
||||
#endif
|
||||
#if VERSION == VERSION_USA
|
||||
#include "d/res/res_tlogoe.h"
|
||||
#endif
|
||||
#if VERSION == VERSION_PAL
|
||||
#include "d/res/res_tlogoe0.h"
|
||||
#endif
|
||||
|
||||
// Note: For VERSION_PAL the "TlogoE0" string literal is modified at runtime.
|
||||
#define ARCNAME VERSION_SELECT("Tlogo", "TlogoE", "TlogoE0")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user