Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save waxpancake/c6b287e725347cc6981a87bb8fdd11ea to your computer and use it in GitHub Desktop.

Select an option

Save waxpancake/c6b287e725347cc6981a87bb8fdd11ea to your computer and use it in GitHub Desktop.
LEGO Batman C64 easter egg discovered by Cabel Sasser
10 V=53248:POKE V+21,0:X=120:Y=120:POKE V+4,X:POKE V+5,Y:POKE V+21,4
11 POKE 2042,13:POKE 53277,15:POKE 53289,7
20 FOR N=0 TO 62:READ Q:POKE 832+N,Q:NEXT:DX=7:DY=3
30 X=X+DX:IF X>255 THEN X=255:DX=-DX
31 IF X<65 THEN X=65:DX=-DX
35 Y=Y+DY:IF Y>200 THEN Y=200:DY=-DY
36 IF Y<65 THEN Y=65:DY=-DY
40 POKE V+4,X:POKE V+5,Y:GOTO 30
200 DATA 0,0,0, 0,0,0, 12,68,96, 56,108,56, 120,124,60, 120,124,60
207 DATA 252,124,126, 255,255,254, 255,255,254, 255,255,254
211 DATA 143,255,226, 7,255,192, 3,255,128, 2,124,128
215 DATA 0,56,0, 0,56,0, 0,16,0, 0,16,0, 0,0,0, 0,0,0, 0,0,0
RUN
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment