diff options
author | dannye <33dannye@gmail.com> | 2020-12-20 13:02:16 -0600 |
---|---|---|
committer | dannye <33dannye@gmail.com> | 2020-12-20 13:02:16 -0600 |
commit | 614af9729f8b3fe30d52bace28eae083e1bc6127 (patch) | |
tree | 65d13c1041593dad9ba34c9acb5cbca476894227 /src/wram.asm | |
parent | b02e5e9cf9e424eacfa8dfffc769b35a3dadfee2 (diff) | |
parent | f13ddf25bf61c79200c56666184fe84b579ad1cc (diff) |
Merge branch 'master' of https://github.com/xCrystal/poketcg
Diffstat (limited to 'src/wram.asm')
-rw-r--r-- | src/wram.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wram.asm b/src/wram.asm index bfa032e..761aab1 100644 --- a/src/wram.asm +++ b/src/wram.asm @@ -1064,7 +1064,7 @@ wMetronomeEnergyCost:: ; ccf0 ; effect functions return a status condition constant here when it had no effect ; on the target, in order to print one of the ThereWasNoEffectFrom* texts -wNoEffectFromStatus:: ; ccf1 +wNoEffectFromWhichStatus:: ; ccf1 ds $1 ; when non-0, allows the player to skip some delays during a duel by pressing B. |