ReC98/th01/shiftjis/debug.hpp

35 lines
880 B
C++
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

// Errors
// ------
#define ERROR_OUT_OF_MEMORY "いやーん、ヒープがたんないわ"
#define ERROR_RESIDENT_INVALID "バッチファイルから起動してよ"
// ------
// Modes
// -----
#define DM_TEST_STARTING "テストモード!!"
#define DM_FULL_STARTING "デバッグモード!!"
// -----
// Stage selection
// ---------------
#define STAGESELECT_TITLE "面セレクト"
#define STAGESELECT_STAGE "面数"
#define STAGESELECT_ROUTE "select_flag"
// ---------------
// Memory info screen
// ------------------
#define MEM_TITLE "   これも運命か..."
#define MEM_PTN_PREFIX "  " // Fullwidth spaces...
#define MEM_NODE_HEAPEMPTY "ヒープがみつかんないよぅ"
#define MEM_NODE_CORRUPT "ヒープが破壊されてるわぁ"
#define MEM_NODE_BADNODE "ノードがみつかんないの"
#define MEM_NODE_FREEENTRY "ここは空きブロックですわ"
#define MEM_NODE_USEDENTRY "現在使用中のブロックよ"
// ------------------