diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-06 21:15:12 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-06 21:15:12 -0400 |
| commit | 77ed5f3820301f9f301f12bf2f201d9bdab9e7e1 (patch) | |
| tree | fb1bbd238bbabf98a397a545749741c8162d12b5 /engine/battle/core.asm | |
| parent | Use labels for HRAM and VRAM (diff) | |
| download | pokeyellow-77ed5f3820301f9f301f12bf2f201d9bdab9e7e1.tar.gz pokeyellow-77ed5f3820301f9f301f12bf2f201d9bdab9e7e1.tar.xz pokeyellow-77ed5f3820301f9f301f12bf2f201d9bdab9e7e1.zip | |
Use ASCII quotes in comments
Diffstat (limited to 'engine/battle/core.asm')
| -rwxr-xr-x | engine/battle/core.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/battle/core.asm b/engine/battle/core.asm index 24ae8dfc..8cb3cd0a 100755 --- a/engine/battle/core.asm +++ b/engine/battle/core.asm @@ -3255,14 +3255,14 @@ PrintGhostText: ldh a, [hWhoseTurn] and a jr nz, .Ghost - ld a, [wBattleMonStatus] ; player’s turn + ld a, [wBattleMonStatus] ; player's turn and SLP | (1 << FRZ) ret nz ld hl, ScaredText call PrintText xor a ret -.Ghost ; ghost’s turn +.Ghost ; ghost's turn ld hl, GetOutText call PrintText xor a |
