summaryrefslogtreecommitdiff
path: root/engine/phone
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-06-17 17:02:45 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2020-06-17 17:02:45 -0400
commit451f529b0d6311fc0b6c507d8ccb5336e2984889 (patch)
treeb2c5643d6973e79c02f3e7aba7d9e86702c51870 /engine/phone
parent993f87a852974b000a0ec770cfd53afb392136ce (diff)
Harmonize engine/{movie, pokemon} with pokecrystal
To do: engine/{menus, overworld}
Diffstat (limited to 'engine/phone')
-rw-r--r--engine/phone/phone.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/phone/phone.asm b/engine/phone/phone.asm
index 67f1fe0f..7b41f4d3 100644
--- a/engine/phone/phone.asm
+++ b/engine/phone/phone.asm
@@ -455,7 +455,7 @@ LoadElmCallScript:
RingTwice_StartCall:
call .Ring
-; fall through (rings a second time)
+; fallthrough (rings a second time)
.Ring:
call Phone_StartRinging
call Phone_Wait20Frames
@@ -480,7 +480,7 @@ PhoneCall::
ld a, d
ld [wPhoneCaller + 1], a
call Phone_Ring
-; fall through (rings a second time)
+; fallthrough (rings a second time)
Phone_Ring:
call Phone_StartRinging
call Phone_Wait20Frames