You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
"Pic Pointers" and "Unown Pic Pointers" must start at the same address
Use `|` not `+` to combine bitmasks
This commit is contained in:
@@ -165,7 +165,7 @@ CheckPhoneContactTimeOfDay: ; 900ad (24:40ad)
|
||||
|
||||
callba CheckTime
|
||||
pop af
|
||||
and MORN + DAY + NITE
|
||||
and MORN | DAY | NITE
|
||||
and c
|
||||
|
||||
pop de
|
||||
|
Reference in New Issue
Block a user