Update 'src/include/globals.asm'

This commit is contained in:
villadelfia 2023-10-18 00:58:49 +00:00
parent b60a025f89
commit 4460fd5cb4
1 changed files with 1 additions and 0 deletions

View File

@ -109,6 +109,7 @@ DEF SFX_DROP EQU 8
DEF SFX_LOCK EQU 9
DEF SFX_BELL EQU 10
DEF SFX_MOVE EQU 11
DEF STACK_SIZE EQU 64
ENDC