add Whomper Stomper to the collection

This commit is contained in:
Peter Ferrie 2021-07-01 11:11:08 -07:00
parent 26fc7ab0ad
commit bc9b376a46
6 changed files with 45 additions and 0 deletions

View File

@ -0,0 +1,24 @@
Stomp on ants before they reach basket
Avoid stepping on pins
move
joystick

move
button to stomp
Space* * * * * * * * * * * * * * * pause
Esc * * * * * * * * * * * * select level
[eof]

View File

@ -369,6 +369,7 @@
0001,WAVY.NAVY
0000,WAYOUT
1111,RR=Who Framed Roger Rabbit
1000,WHOMPER.STOMPER
1111,WF=Wings of Fury
1001,XEVIOUS
0000,ZARGS

Binary file not shown.

View File

@ -343,6 +343,7 @@ VORTEX=Type(06),AuxType(4000),Access(C3)
WARP.DESTROYER=Type(06),AuxType(4000),Access(C3)
WAVY.NAVY=Type(06),AuxType(4000),Access(C3)
WAYOUT=Type(06),AuxType(4000),Access(C3)
WHOMPER.STOMPER=Type(06),AuxType(4000),Access(C3)
XEVIOUS=Type(06),AuxType(4000),Access(C3)
ZARGS=Type(06),AuxType(4000),Access(C3)
ZAXXON=Type(06),AuxType(4000),Access(C3)

View File

@ -0,0 +1,19 @@
;license:MIT
;(c) 2021 by qkumba
!cpu 6502
!to "build/PRELAUNCH/WHOMPER.STOMPER",plain
*=$106
!source "src/prelaunch/common.a"
+ENABLE_ACCEL
lda #$60
sta $202C
jsr $2000 ; decompress
+DISABLE_ACCEL
jmp $B407
!if * > $1C0 {
!error "code is too large, ends at ", *
}