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.
EarthBound/ASM/Controller Input Routines
Jump to navigation
Jump to search
This is a sub-page of EarthBound/ASM.
$C083B8-$C083C0: Clear joypad playback/record
Clears all input playback and record status bit flags stored in $7E007B.
$C083C1-$C083E2: Start joypad record
Begins recording joypad data to a table at the input pointer. See record table format. Initializes relevant memory including setting the record active bit flag in $7E007B.
Note: In an unmodified EarthBound ROM, this appears to only ever be called from a routine within the debug block.
Inputs
- $0e..$11: Long pointer to start of record table
$C083E3-$C0841A: Start joypad playback
If playback is not already active, begins overriding joypad data per the table at the input pointer. See record table format. Initializes relevant memory including setting the playback active bit flag in $7E007B.
Inputs
- $0e..$11: Long pointer to start of record table
Internal Data for EarthBound
| |
---|---|
This page is rather stubbly and could use some expansion. Are you a bad enough dude to rescue this article? |