If you are still using the old URL (datacrystal.romhacking.net), please update your bookmarks! The old URL may stop working soon.
The current URL is datacrystal.tcrf.net.
The current URL is datacrystal.tcrf.net.
Crystal Beans from Dungeon Explorer/Cutscene sprite data struct
< Crystal Beans from Dungeon Explorer(Redirected from Crystal Beans From Dungeon Explorer/Cutscene sprite data struct)
Jump to navigation
Jump to search
This is a sub-page of Crystal Beans from Dungeon Explorer.
Cutscene sprite data struct | |
Game | Crystal Beans From Dungeon Explorer |
Start Address | 0x179129 |
End Address | 0x17B8FB |
# of Entries | ? |
Entry Length | 7 (0x7) |
Total Length | 10195 bytes (0x27D3) |
Back to the ROM map |
The Cutscene sprite data struct describes the placement, flags and size of the sprites composing the objects used in cutscenes. This data is used to set the OAM. In the ROM each struct list is preceded byte a byte telling the number of structs in the list. There is also 16-bits pointer tables to these struct lists interspersed between them.
Format
X Coordinate
- Length: 2 bytes (0x2)
- Offset within entry: 0x0-0x1
- Range of values: ?
Control the X position of the sprite. The origin is in the center of the screen meaning that positions at the left of the screen have negative values.
Y Coordinate
- Length: 2 bytes (0x2)
- Offset within entry: 0x2-0x3
- Range of values: ?
Control the Y position of the sprite. The origin is in the center of the screen meaning that positions at the top of the screen have negative values.
Flags
- Length: 2 bytes (0x2)
- Offset within entry: 0x4-0x5
- Range of values: ?
Size
- Length: 1 bytes (0x1)
- Offset within entry: 0x6
- Range of values: ?