pbpowerup
by snydej
Game:
Description: Every powerup is a p-balloon
!player_mode = $71 !powerup_status = $19 lda !player_mode cmp #$02 bmi + cmp #$05 bmi ++ + lda !powerup_status beq done ++ stz !powerup_status stz !player_mode lda #$7d sta $9e lda #$0b sta $14c8 lda #$09 sta $13f3 lda #$9a sta $167a lda #$29 sta $1686 lda #$1e sta $1df9 done: rtlback to listings