Donkey Kong pause behavior

Are you new to 6502, NES, or even programming in general? Post any of your questions here. Remember - the only dumb question is the question that remains unasked.

Moderator: Moderators

Drag
Posts: 1350
Joined: Mon Sep 27, 2004 2:57 pm
Contact:

Post by Drag »

I always thought that Nintendo chose to turn the sprites off when the game is paused because a similar effect happens when you turn a Game & Watch (or other LCD-based game) off; the "sprites" all disappear, but the backdrop (which is a picture physically behind the screen) remains.
User avatar
tokumaru
Posts: 12106
Joined: Sat Feb 12, 2005 9:43 pm
Location: Rio de Janeiro - Brazil

Post by tokumaru »

Turning sprites off is just one of the lazy ways to make an obvious change to the screen. Changing a bit is faster than anything else that could be done, such as dimming the palette (without using the color emphasis bits) or writing the word "pause" somewhere. I don't think there was a lot of reasoning behind this decision.
pditincho
Posts: 3
Joined: Fri Mar 09, 2012 3:06 pm

Post by pditincho »

I have uploaded a new revision of the DK disassembly. There's not much left to understand now, apart from the audio player and some details of the flame enemies logic.
Post Reply