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 | naming (diff) | |
| download | pokeyellow-db7d941d22d89cf8d6d13cbf768208c5cf2ac2c2.tar.gz pokeyellow-db7d941d22d89cf8d6d13cbf768208c5cf2ac2c2.tar.xz pokeyellow-db7d941d22d89cf8d6d13cbf768208c5cf2ac2c2.zip | |
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 |
