diff options
author | Marcus Huderle <huderlem@gmail.com> | 2015-07-19 13:48:22 -0700 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2015-07-19 13:48:22 -0700 |
commit | a2ba22e74fba671be40cf773ff9a16a53ce8be47 (patch) | |
tree | 7621d6dca52cd4bf2c0afce9474d9412c3f1f09a /constants | |
parent | 7ffd878799c6eb366cb8a8013d83105dedac1483 (diff) |
Diglett Stage work. Dump lots of data and label routines.
Diffstat (limited to 'constants')
-rwxr-xr-x | constants/diglett_stage_constants.asm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/constants/diglett_stage_constants.asm b/constants/diglett_stage_constants.asm new file mode 100755 index 0000000..5c2fe7c --- /dev/null +++ b/constants/diglett_stage_constants.asm @@ -0,0 +1,2 @@ +NUM_DIGLETTS EQU $1F ; 31 total digletts in the Diglett Bonus Stage +DIGLETT_INITIALIZE_DELAY EQU $88 ; number to delay how fast each diglett is initialized |