From 451f529b0d6311fc0b6c507d8ccb5336e2984889 Mon Sep 17 00:00:00 2001 From: Rangi Date: Wed, 17 Jun 2020 17:02:45 -0400 Subject: Harmonize engine/{movie, pokemon} with pokecrystal To do: engine/{menus, overworld} --- engine/phone/phone.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engine/phone') 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 -- cgit v1.2.3