We just released a Feb. 5 '89 prototype of DuckTales for the NES!
If you'd like to support our preservation efforts (and this wasn't cheap), please consider donating or supporting us on Patreon. Thank you!
If you'd like to support our preservation efforts (and this wasn't cheap), please consider donating or supporting us on Patreon. Thank you!
Notes:Super Punch-Out!! (SNES)
Jump to navigation
Jump to search
This page contains notes for the game Super Punch-Out!! (SNES).
Addresses are for the USA version unless noted.
Name Entry Screen
$01/DF7D AE 90 00 LDX $0090 [$01:0090] //player 1 controller $01/DF80 E0 C0 00 CPX #$00C0 //buttons X + A $01/DF83 F0 0A BEQ $0A [$DF8F] //branch to $DF8F if match $01/DF85 E0 C0 10 CPX #$10C0 //buttons Start + X + A $01/DF88 F0 05 BEQ $05 [$DF8F] //branch to $DF8F if match $01/DF8A E0 40 10 CPX #$1040 //buttons Start + X $01/DF8D D0 09 BNE $09 [$DF98] //branch to $DF98 if no match