diff options
author | YamaArashi <shadow962@live.com> | 2015-08-13 19:13:47 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2015-08-13 19:13:47 -0700 |
commit | f6d618090aa689540056a13fb74125d83879347f (patch) | |
tree | 11f57767007053ce77b889572d400a6dfb33d186 /constants | |
parent | 0750db0d72227bb982c8db7c999521fc505aefc9 (diff) |
Named a test battle variable
Diffstat (limited to 'constants')
-rw-r--r-- | constants/misc_constants.asm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/constants/misc_constants.asm b/constants/misc_constants.asm index 5d940328..9fa50e9c 100644 --- a/constants/misc_constants.asm +++ b/constants/misc_constants.asm @@ -164,6 +164,9 @@ HP_BAR_GREEN EQU 0 HP_BAR_YELLOW EQU 1 HP_BAR_RED EQU 2 +; D733 flags +BIT_TEST_BATTLE EQU 0 + ; serial ESTABLISH_CONNECTION_WITH_INTERNAL_CLOCK EQU $01 |