change translation of numbers to items for GOLD

This commit is contained in:
a25liang
2024-07-24 13:11:48 -04:00
parent 3e3ee4ba38
commit f6916aeb5d
4 changed files with 59 additions and 4 deletions

View File

@ -162,10 +162,10 @@ static const int RETURN_PANICKED = 1;
static const int COLOR_BLACK_ON_WHITE = 8;
static const int GOLD_SMALL = 1;
static const int GOLD_NORMAL = 2;
static const int GOLD_MERCHANT = 4;
static const int GOLD_DRAGON = 6;
static const int GOLD_NORMAL = 6;
static const int GOLD_SMALL = 7;
static const int GOLD_MERCHANT = 8;
static const int GOLD_DRAGON = 9;
static const size_t WHAT_ENEMY = 1 << 29;
static const size_t WHAT_WALL = 1 << 30;