diff options
| author | Rangi <35663410+Rangi42@users.noreply.github.com> | 2020-06-28 00:56:33 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-28 00:56:33 -0400 |
| commit | 85d8a8d587328ced9d04c6133ebba05917614397 (patch) | |
| tree | ee67af4af1b528d83efa3190f590aed290115f50 /engine/battle/core.asm | |
| parent | Merge pull request #253 from Rangi42/master (diff) | |
| parent | Add original Red/Green SGB border and slot machine graphics (diff) | |
| download | pokeyellow-85d8a8d587328ced9d04c6133ebba05917614397.tar.gz pokeyellow-85d8a8d587328ced9d04c6133ebba05917614397.tar.xz pokeyellow-85d8a8d587328ced9d04c6133ebba05917614397.zip | |
Merge pull request #254 from Rangi42/master
Remove RAM address comments, and add original Red/Green graphics
Diffstat (limited to 'engine/battle/core.asm')
| -rwxr-xr-x | engine/battle/core.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/battle/core.asm b/engine/battle/core.asm index 96318c78..75841ccf 100755 --- a/engine/battle/core.asm +++ b/engine/battle/core.asm @@ -5054,11 +5054,11 @@ BuildingRageText: ; copy last move for Mirror Move ; sets zero flag on failure and unsets zero flag on success MirrorMoveCopyMove: -; Mirror Move makes use of ccf1 (wPlayerUsedMove) and ccf2 (wEnemyUsedMove) addresses, +; Mirror Move makes use of wPlayerUsedMove and wEnemyUsedMove, ; which are mainly used to print the "[Pokemon] used [Move]" text. ; Both are set to 0 whenever a new Pokemon is sent out -; ccf1 is also set to 0 whenever the player is fast asleep or frozen solid. -; ccf2 is also set to 0 whenever the enemy is fast asleep or frozen solid. +; wPlayerUsedMove is also set to 0 whenever the player is fast asleep or frozen solid. +; wEnemyUsedMove is also set to 0 whenever the enemy is fast asleep or frozen solid. ld a, [H_WHOSETURN] and a |
