Skip to content

Commit

Permalink
Adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
Truthkey committed Jul 13, 2024
1 parent ec81e66 commit 2f2b549
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/bbs/file/type/cmdShop.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ This data chunk repeats as many times as the field `Number of Items` specifies.

| Offset | Type | Description
|--------|-------|------------
| 0x0 | uint16 | Item Index
| 0x0 | uint16 | Command Index
| 0x2 | uint16 | Padding
10 changes: 8 additions & 2 deletions docs/bbs/file/type/itb.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,18 @@ This file can be found in the `item` folder or within `arc/system/common_xx.arc`
| Offset | Type | Description
|--------|-------|------------
| 0x0 | uint16 | Treasure Box ID
| 0x2 | uint16 | Item ID
| 0x4 | uint8 | [Item Kind](#Item-Kind)
| 0x2 | uint16 | Reward ID
| 0x4 | uint8 | [Reward Kind](#Reward-Kind)
| 0x5 | uint8 | World ID
| 0x6 | uint8 | Report ID
| 0x7 | uint8 | Padding

## Reward Kind
| Value | Name | Description
|--------|-------|------------
| 0 | COMMAND |
| 1 | ITEM |

## Item Kind

| Value | Name | Description
Expand Down

0 comments on commit 2f2b549

Please sign in to comment.