Skip to content

Commit

Permalink
Update for tons of docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Truthkey committed Jul 13, 2024
1 parent 2f2b549 commit d8e4380
Show file tree
Hide file tree
Showing 12 changed files with 10 additions and 10 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This data is located with the game's executable.
|--------|-------|------------
| 0x0 | int16 | Buy Price
| 0x2 | uint8 | Sell Price
| 0x3 | uint8 | Reload Time (seconds) / Amount uses for Items
| 0x3 | uint8 | Reload Time (seconds) / Amount uses for Items / Maximum level for Abilities
| 0x4 | uint8 | Gauge Fill (out of 100)
| 0x5 | uint8 | Maximum Level
| 0x6 | int16 | CP for Base Level
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/bbs/file/type/itb.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ This file can be found in the `item` folder or within `arc/system/common_xx.arc`
| 0x1A | uint8 | Item Count in `BD`
| 0x1B | uint8 | Item Count in `WM`

## ITC Data
## ITB Data

| Offset | Type | Description
|--------|-------|------------
Expand Down
2 changes: 1 addition & 1 deletion docs/bbs/memory only/CampCmd.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CAMP CMD WORK

This isn't a file, but a memory region in the executable.
This isn't a file, but data specification that appears instantiated in memory.

## CAMP COMMAND DATA

Expand Down
2 changes: 1 addition & 1 deletion docs/bbs/memory only/CampWork.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CAMP WORK

This isn't a file, but a memory region in the executable.
This isn't a file, but data specification that appears instantiated in memory.

## CAMP WORK DATA

Expand Down
2 changes: 1 addition & 1 deletion docs/bbs/memory only/CmdWork.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CMD WORK

This isn't a file, but a memory region in the executable.
This isn't a file, but data specification that appears instantiated in memory.

## COMMAND WORK DATA

Expand Down
2 changes: 1 addition & 1 deletion docs/bbs/memory only/Command.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# COMMAND

This isn't a file, but a memory region in the executable.
This isn't a file, but data specification that appears instantiated in memory.

## COMMAND STRUCTURE

Expand Down
2 changes: 1 addition & 1 deletion docs/bbs/memory only/GameInfo.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# GAME INFO

This isn't a file, but a memory region in the executable.
This isn't a file, but data specification that appears instantiated in memory.

## GAME INFO DATA

Expand Down
2 changes: 1 addition & 1 deletion docs/bbs/memory only/PlayerData.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# PLAYER DATA

This isn't a file, but a memory region in the executable.
This isn't a file, but data specification that appears instantiated in memory.

## Stats

Expand Down
2 changes: 1 addition & 1 deletion docs/bbs/memory only/PlayerLevelUpData.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# PLAYER LEVEL UP DATA

This isn't a file, but a memory region in the executable.
This isn't a file, but data specification that appears instantiated in memory.

## Stats

Expand Down
2 changes: 1 addition & 1 deletion docs/bbs/memory only/StatusInfo.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# STATUS INFO

This isn't a file, but a memory region in the executable.
This isn't a file, but data specification that appears instantiated in memory.

## STATUS INFO DATA

Expand Down

0 comments on commit d8e4380

Please sign in to comment.