Memory map: Difference between revisions

no edit summary
Battlepedia>Dark
(Switch to using C types here.)
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1:
This page has a list of known, documented special values in [[BFBB]]'s game memory. Currently this list is specific to the GameCube US version. Some values might not be accurately listed (for instance, the type could be a char and not an int, or signed instead of unsigned) so if this is the case, please edit this page and fix it if you have an account.
 
See [[https://battlepedia.org/File:DME_memory_map_for_BFBB.json File:DME memory map for BFBB.json]] for a list of noteworthy memory locations in the GameCube NTSC edition, in a format that can be imported into [https://github.com/aldelaro5/Dolphin-memory-engine Dolphin-memory-engine].
 
==Player==
Line 7:
! Address !! Offset !! Type !! Description
|-
|<code>80297E48</code> || || int || [[Hans]]' state
|-
|<code>802C8B00</code> || || float || position (X)
Line 39:
|<code>803C2038</code> || || int || is the bubble wand out?
|-
|<code>803CAA40</code> || || char || is [[L-control]] active?
|-
|<code>803CB4A4</code> || 0 || float || momentum (X)
Line 134:
|<code>803C20D4</code> || int || Mr. Krabs
|}
 
[[Category:Modding]]