diff options
author | YamaArashi <shadow962@live.com> | 2015-07-19 20:45:34 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2015-07-19 20:45:34 -0700 |
commit | db7d941d22d89cf8d6d13cbf768208c5cf2ac2c2 (patch) | |
tree | 4dcd58e0fe7ac33bf38817f423754dc758cb902f /engine/items/tms.asm | |
parent | 1d86932cc9c38815434409f07d14c2bfe4e7a836 (diff) |
constants for flag actions
Diffstat (limited to 'engine/items/tms.asm')
-rwxr-xr-x | engine/items/tms.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/items/tms.asm b/engine/items/tms.asm index 511aab5b..23912b34 100755 --- a/engine/items/tms.asm +++ b/engine/items/tms.asm @@ -17,7 +17,7 @@ CanLearnTM: ; 1373e (4:773e) jr .findTMloop .TMfoundLoop pop hl - ld b, $2 ; read corresponding bit from TM compatibility array + ld b, FLAG_TEST predef_jump FlagActionPredef ; converts TM/HM number in wd11e into move number |