You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Use maskbits some more
This commit is contained in:
@@ -80,8 +80,8 @@ RegionCheck: ; 0x1caea1
|
||||
jr c, .kanto
|
||||
|
||||
.johto
|
||||
ld e, 0
|
||||
ld e, JOHTO_REGION
|
||||
ret
|
||||
.kanto
|
||||
ld e, 1
|
||||
ld e, KANTO_REGION
|
||||
ret
|
||||
|
||||
Reference in New Issue
Block a user