File tree Expand file tree Collapse file tree 1 file changed +17
-17
lines changed
ttyd-tools/rel/include/ttyd Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -348,23 +348,23 @@ enum Item : int16_t
348
348
349
349
struct ItemData
350
350
{
351
- const char * itemStringId; // Used for recipe lookups, etc.
352
- const char * itemNameMsg;
353
- const char * itemDescMsg;
354
- const char * itemDescMenuMsg;
355
- uint16_t unk_0x10;
356
- int16_t typeSortOrder; // For "By Type" ordering
357
- int16_t buyPrice;
358
- int16_t discountPrice;
359
- int16_t starPiecePrice;
360
- int16_t sellPrice;
361
- int8_t bpCost;
362
- int8_t hpRestored;
363
- int8_t fpRestored;
364
- uint8_t unk_0x1f;
365
- int16_t iconId;
366
- uint16_t unk_0x22;
367
- void * attackParams;
351
+ const char * itemStringId; // Used for recipe lookups, etc.
352
+ const char * itemNameMsg;
353
+ const char * itemDescMsg;
354
+ const char * itemDescMenuMsg;
355
+ uint16_t unk_0x10;
356
+ int16_t typeSortOrder; // For "By Type" ordering
357
+ int16_t buyPrice;
358
+ int16_t discountPrice;
359
+ int16_t starPiecePrice;
360
+ int16_t sellPrice;
361
+ int8_t bpCost;
362
+ int8_t hpRestored;
363
+ int8_t fpRestored;
364
+ uint8_t unk_0x1f;
365
+ int16_t iconId;
366
+ uint16_t unk_0x22;
367
+ void * attackParams;
368
368
} __attribute__((__packed__));
369
369
370
370
extern " C" {
You can’t perform that action at this time.
0 commit comments