Jump to content
IGNORED

anybody hack pacman to be black background


bohoki

Recommended Posts

'Course, you could do it the old-fashioned way by setting it to B&W ;)

 

None of the games linked above are for Atari's Pac-Man.

 

I never changed just the background color (tho I think that Neo did in his "Black" series... i.e. "Pac-Man Black"). Here's the color tables if you want to mess with them:

 

;colors
LFF2B:
;Color
      .byte $FC ; |XXXXXX  | $FF2B First ghost
      .byte $EC ; |XXX XX  | $FF2C Second ghost
      .byte $DC ; |XX XXX  | $FF2D Third ghost
      .byte $CC ; |XX  XX  | $FF2E Fourth ghost
      .byte $7A ; | XXXX X | $FF2F Vulnerable
      .byte $5A ; | X XX X | $FF30 Changeback
      .byte $FB ; |XXXXX XX| $FF31 Pac-Man
      .byte $84 ; |X    X  | $FF32 Background
      .byte $F7 ; |XXXX XXX| $FF33 Foreground
      .byte $44 ; | X   X  | $FF34 P1 score
      .byte $C4 ; |XX   X  | $FF35 P2 score

LFF36:
;B&W
      .byte $14 ; |   X X  | $FF36 First ghost
      .byte $18 ; |   XX   | $FF37 Second ghost
      .byte $14 ; |   X X  | $FF38 Third ghost
      .byte $18 ; |   XX   | $FF39 Fourth ghost
      .byte $09 ; |    X  X| $FF3A Vulnerable
      .byte $04 ; |     X  | $FF3B Changeback
      .byte $0F ; |    XXXX| $FF3C Pac-Man
      .byte $00 ; |        | $FF3D Background
      .byte $07 ; |     XXX| $FF3E Foreground
      .byte $04 ; |     X  | $FF3F P1 score
      .byte $0A ; |    X X | $FF40 P2 score

Edited by Nukey Shay
Link to comment
Share on other sites

nope just rebooted again

Hmm... strange... Does Nukey's Pac-Man Supercharger hack work? I don't have a SC so i can't test those roms...

 

EDIT:

 

I used the version from this post:

 

http://www.atariage.com/forums/topic/65897-supercharger-conversion-hacks/page__st__25?do=findComment&comment=1345333

Edited by Impaler_26
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...