diff options
| author | IIMarckus <iimarckus@gmail.com> | 2011-12-26 17:22:34 -0700 |
|---|---|---|
| committer | IIMarckus <iimarckus@gmail.com> | 2011-12-26 17:22:34 -0700 |
| commit | d5c498a7ec074aaef1a7074ec8cbd254d100826d (patch) | |
| tree | f22d660b185b25e85d3f344a2b9e636855cdfecd /constants.asm | |
| parent | Fix (hopefully) unicode mis-behaviour. (diff) | |
| download | pokeyellow-d5c498a7ec074aaef1a7074ec8cbd254d100826d.tar.gz pokeyellow-d5c498a7ec074aaef1a7074ec8cbd254d100826d.tar.xz pokeyellow-d5c498a7ec074aaef1a7074ec8cbd254d100826d.zip | |
Remove TX_NULL; it is obsoleted by db "@"
hg-commit-id: 9fdfeb4cbdf0
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 |
