-----------------------------------------------------------------------------
#   #  ##  #  #     ##     #### #### #### #   # ####   ##        ####   ####
#   # #  # # #     #  #    #    #  # #  # ## ## #   # #  #          #      #
# # # #### ##   ## #### ## # ## #  # #  # # # # ####  ####   # # ####   ####
# # # #  # # #     #  #    #  # #  # #  # #   # #   # #  #   # # #      #
##### #  # #  #    #  #    #### #### #### #   # ####  #  #    #  #### # ####

Written by Kurt Tucker
Ported by Sam Heald
Platform: TI-82 (Ash 3.0+ or CrASH v1.5)
Released: Oct. 29, 1998
-----------------------------------------------------------------------------

Object of the game

Wak-A-Goomba is a Wak-A-Mole type game where you try to whack as many
Goombas as you can in 60 seconds.  For each Goomba you hit, you get 0-30
points depending on how fast you whack the Goomba. Hit them faster to get a
higher score.

-----------------------------------------------------------------------------

Installation

Simply send wakagmba.82p to your TI-82. Then, run the program using
ASH v3.0+ or CrASH v1.5.

-----------------------------------------------------------------------------

Controls

Title screen:
     ENTER    Play
     CLEAR    Return to shell
Play screen:
     1-9      Whack the Goombas (see key below)
     MODE     Pause game
     CLEAR    Return to title screen
Pause screen:
     ENTER    Resume game
     CLEAR    Return to title screen

     KEY
+---+---+---+
| 7 | 8 | 9 |	Each of the squares on the screen corresponds to		
+---+---+---+	a number key (1-9) as shown in the key at left.
| 4 | 5 | 6 |	Use the number keys to whack the Goombas. For
+---+---+---+	example, if you see a Goomba in square 5, press 5
| 1 | 2 | 3 |	to whack it.
+---+---+---+

-----------------------------------------------------------------------------

Other stuff 86 (by Kurt Tucker)

This is my first real ASM game -- let me know what you think! :)

I noticed that there weren't any assembly Wak-A-Mole type games on
ticalc.org, so that's why I made this. I got the Goomba image from Super
Mario Bros. 3.

Wak-A-Goomba v2.1 by Kurt Tucker
e-mail:  yosterisle@aol.com
website: (none yet)


Other Stuff 82 (by Sam Heald)

  If there are any bugs contact me:
       Sam Heald
       email: evil_sam@hotmail.com
       web:   www.cswnet.com/~ddward/the82

-----------------------------------------------------------------------------

Version history

v1.0 09/02/98	*** Never released ***
		- First version
		- Size: 3648 bytes

v2.0 09/06/98	- Improved time counter
		- Added high score feature!
		- Removed title screen and play screen pictures to save
		  lots of space
		- Put subroutines in main source file
		- Took out in-game help screen
		- Size: 1713 bytes

* Ported to the 82 *

v1.0  10/17/98  - First 82 release
                - Added highscore initial keeper
                - Removed sidebar display temporarily
                - Optimized
                - Size: 1400 bytes

v2.0  10/19/98  - Added sidebar display
                - Improved highscore handler
                - Optimized More
                - Size: 1469 bytes

v2.1  10/21/98	- Fixed time counter bug
		- Fixed misplaced line on game screen
		- Rearranged text a little
		- Size: 1471 bytes

v2.2  10/29/98  - Fixed highscore bug
                - SIZE: 1471 bytes