diff options
Diffstat (limited to 'constants.asm')
-rw-r--r-- | constants.asm | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/constants.asm b/constants.asm index 30a62ca1..6338441b 100644 --- a/constants.asm +++ b/constants.asm @@ -53,10 +53,6 @@ TX_FAR: MACRO db BANK(\1) ENDM -TX_NULL: MACRO - db $50 - ENDM - ; wram locations W_AICOUNT EQU $CCDF ; number of times remaining that AI action can occur |