Guest User

Untitled

a guest
Sep 6th, 2018
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. MainLoop:
  2.  
  3. .framewait:
  4.     bit PPUSTATUS
  5.     bpl .framewait
  6.  
  7.     lda PPUSTATUS
  8.     lda #$3F
  9.     sta PPUADDR
  10.     lda #$00
  11.     sta PPUADDR
  12.     lda #$12
  13.     sta PPUDATA
  14.    
  15. .secondframe:
  16.     bit PPUSTATUS
  17.     bpl .secondframe
  18.  
  19.     lda #$16
  20.     sta PPUDATA
  21.  
  22. .thirdframe:
  23.     bit PPUSTATUS
  24.     bpl .thirdframe
  25.  
  26.     lda #$1A
  27.     sta PPUDATA
  28.  
  29.     iny
  30.     jmp MainLoop
Add Comment
Please, Sign In to add comment