From dc4357b7fa120c47c1af9937eb809c1cc7ddbfd6 Mon Sep 17 00:00:00 2001 From: Remy Oukaour Date: Mon, 11 Dec 2017 18:39:39 -0500 Subject: "Pic Pointers" and "Unown Pic Pointers" must start at the same address Use `|` not `+` to combine bitmasks --- engine/phone.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine') diff --git a/engine/phone.asm b/engine/phone.asm index ce9cfa081..5050c8044 100644 --- a/engine/phone.asm +++ b/engine/phone.asm @@ -165,7 +165,7 @@ CheckPhoneContactTimeOfDay: ; 900ad (24:40ad) callba CheckTime pop af - and MORN + DAY + NITE + and MORN | DAY | NITE and c pop de -- cgit v1.2.3