Comment style tweaks in the last three files

This commit is contained in:
Clownacy 2019-11-13 22:57:34 +00:00
parent d8d789a780
commit 82454c3a62
3 changed files with 90 additions and 90 deletions

View file

@ -33,12 +33,12 @@
#include "Stage.h"
#include "Tags.h"
#define IS_COMMAND(c1, c2, c3) (gTS.data[gTS.p_read + 1] == (c1) && gTS.data[gTS.p_read + 2] == (c2) && gTS.data[gTS.p_read + 3] == (c3))
#define TSC_BUFFER_SIZE 0x5000
#define TEXT_LEFT (WINDOW_WIDTH / 2 - 108)
#define IS_COMMAND(c1, c2, c3) (gTS.data[gTS.p_read + 1] == (c1) && gTS.data[gTS.p_read + 2] == (c2) && gTS.data[gTS.p_read + 3] == (c3))
TEXT_SCRIPT gTS;
int gNumberTextScript[4];