-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
111 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# CAMP CMD WORK | ||
|
||
This isn't a file, but a memory region in the executable. | ||
|
||
## CAMP COMMAND DATA | ||
|
||
| Offset | Type | Description | ||
|---------|--------|------------ | ||
| 0x0 | [COMMAND](./Command.md#Command) | Command Data | ||
| 0x8 | uint16 | Camp Command Flag | ||
|
||
### CAMP COMMAND FLAG | ||
|
||
First 8 bits belong to the Board command, the second 8 bits to the Camp Menu command. | ||
|
||
| Bit | Length | Description | ||
|---------|--------|------------ | ||
| 0 | 1 | fgBdDel | ||
| 1 | 1 | fgBdTmpNew | ||
| 2 | 1 | fgBdInvalid | ||
| 3 | 1 | fgBdRef | ||
| 4 | 1 | fgBdTmpGet | ||
| 5 | 1 | fgBdTake | ||
| 6 | 1 | fgBdCard | ||
| 7 | 1 | fgBdPanelSet | ||
| 8 | 2 | Padding | ||
| 10 | 1 | Master Notice | ||
| 11 | 1 | Master | ||
| 12 | 1 | Item | ||
| 13 | 3 | fgSet |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# CMD WORK | ||
|
||
This isn't a file, but a memory region in the executable. | ||
|
||
## COMMAND WORK DATA | ||
|
||
| Offset | Type | Description | ||
|---------|--------|------------ | ||
| 0x0 | [CampCmd](./CampCmd.md)[569] | Command Work | ||
| 0x163A | int16 | Camp Command | ||
| 0x1654 | int16 | Maximum Camp Commands | ||
| 0x166E | [CmdFlag](./CmdFlag.md)[302] | Command Flags |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters