If you are still using the old URL (datacrystal.romhacking.net), please update your bookmarks! The old URL may stop working at any time.
The current URL is datacrystal.tcrf.net.
The current URL is datacrystal.tcrf.net.
EarthBound/Battle Group BG Association Table
< EarthBound(Redirected from EarthBound:Battle Group BG Association Table)
Jump to navigation
Jump to search
This is a sub-page of EarthBound.
Battle Group BG Association Table | |
Game | EarthBound |
Start Address | 0x0BDA9A |
End Address | 0x0BE229 |
# of Entries | 484 |
Entry Length | 4 bytes (0x4) |
Total Length | 1936 bytes (0x790) |
Back to the ROM map |
The Battle Group BG Association Table stores, for every enemy group, two indices for the battle background layers to use during battle. The entry at index i corresponds to the ith enemy group stored in the Enemy Battle Groups Table.
Format
First layer index
- Length: 2 bytes (0x2)
- Offset within entry: 0x00-0x1
- Range of values: 0-326 (0x00-0x147)
The background index for the first background layer.
Second layer index
- Length: 2 bytes (0x2)
- Offset within entry: 0x02-0x3
- Range of values: 0-326 (0x00-0x147)
The background index for the second background layer.