summaryrefslogtreecommitdiff
path: root/engine/events/hidden_objects
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-07-06 21:15:12 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2020-07-06 21:15:12 -0400
commit77ed5f3820301f9f301f12bf2f201d9bdab9e7e1 (patch)
treefb1bbd238bbabf98a397a545749741c8162d12b5 /engine/events/hidden_objects
parentdd08b8dd6b526cb191e921ba5a7b0b64d04d911f (diff)
Use ASCII quotes in comments
Diffstat (limited to 'engine/events/hidden_objects')
-rw-r--r--engine/events/hidden_objects/gym_statues.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/events/hidden_objects/gym_statues.asm b/engine/events/hidden_objects/gym_statues.asm
index 1f592f2f..97b01a3a 100644
--- a/engine/events/hidden_objects/gym_statues.asm
+++ b/engine/events/hidden_objects/gym_statues.asm
@@ -1,6 +1,6 @@
GymStatues:
; if in a gym and have the corresponding badge, a = GymStatueText2_id and jp PrintPredefTextID
-; if in a gym and don’t have the corresponding badge, a = GymStatueText1_id and jp PrintPredefTextID
+; if in a gym and don't have the corresponding badge, a = GymStatueText1_id and jp PrintPredefTextID
; else ret
call EnableAutoTextBoxDrawing
ld a, [wSpritePlayerStateData1FacingDirection]