"Pic Pointers" and "Unown Pic Pointers" must start at the same address

Use `|` not `+` to combine bitmasks
This commit is contained in:
Remy Oukaour
2017-12-11 18:39:39 -05:00
parent 2d644f5077
commit dc4357b7fa
3 changed files with 6 additions and 7 deletions

View File

@@ -165,7 +165,7 @@ CheckPhoneContactTimeOfDay: ; 900ad (24:40ad)
callba CheckTime
pop af
and MORN + DAY + NITE
and MORN | DAY | NITE
and c
pop de