You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
w-prefix the new PokegearFlags variable.
This commit is contained in:
@@ -3,11 +3,11 @@
|
||||
; location, bit
|
||||
|
||||
; pokegear
|
||||
dwb PokegearFlags, %00000010 ; radio card ; $0
|
||||
dwb PokegearFlags, %00000001 ; map card
|
||||
dwb PokegearFlags, %00000100 ; phone card
|
||||
dwb PokegearFlags, %00001000 ; expn card
|
||||
dwb PokegearFlags, %10000000 ; on/off
|
||||
dwb wPokegearFlags, %00000010 ; radio card ; $0
|
||||
dwb wPokegearFlags, %00000001 ; map card
|
||||
dwb wPokegearFlags, %00000100 ; phone card
|
||||
dwb wPokegearFlags, %00001000 ; expn card
|
||||
dwb wPokegearFlags, %10000000 ; on/off
|
||||
|
||||
; wDaycareMan, %10000000 ; daycare 1 on
|
||||
dwb wDaycareMan, %01000000 ; monster 1 and 2 are compatible
|
||||
|
Reference in New Issue
Block a user