diff options
Diffstat (limited to 'constants/diglett_stage_constants.asm')
-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 |