diff --git a/assets-cg/SignAction.png b/assets-cg/SignAction.png index 82260bb..ced6850 100644 Binary files a/assets-cg/SignAction.png and b/assets-cg/SignAction.png differ diff --git a/assets-cg/demo_PNJ.png b/assets-cg/demo_PNJ.png index f776fdc..8198c59 100644 Binary files a/assets-cg/demo_PNJ.png and b/assets-cg/demo_PNJ.png differ diff --git a/assets/fxconv-metadata.txt b/assets/fxconv-metadata.txt index d38d6f6..3122176 100644 --- a/assets/fxconv-metadata.txt +++ b/assets/fxconv-metadata.txt @@ -1,11 +1,3 @@ -# *.json: -# custom-type: map -# name_regex: (.*)\.json map_\1 - - WorldRPG.world: custom-type: world - #name: xxx #unused but mandatory (Do not touch) - #varMapData: worldRPG - #varExtraData: extraRPG name: worldRPG diff --git a/src/dialogs.c b/src/dialogs.c index 4a44fac..69bf657 100644 --- a/src/dialogs.c +++ b/src/dialogs.c @@ -26,7 +26,7 @@ extern font_t fontRPG; /* the color of the text to go to the next dialog phase */ /* it improves readability to have somathing lighter */ #if GRAYMODEOK || (defined(FXCG50) && !defined(COLOR1BIT)) - #define NEXT_COLOR C_LIGHT + #define NEXT_COLOR C_DARK #else #define NEXT_COLOR C_BLACK #endif