We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e19301 commit 65c204dCopy full SHA for 65c204d
constant.lua
@@ -21,8 +21,9 @@ LOCATION_EMZONE = 0x1000
21
LOCATION_DECKBOT = 0x10001
22
LOCATION_DECKSHF = 0x20001
23
--Constants used to filter monster zones
24
-ZONES_MMZ = 0x1f
25
-ZONES_EMZ = 0x60
+ZONE_CENTER_MMZ = 0x4
+ZONES_MMZ = 0x1f
26
+ZONES_EMZ = 0x60
27
--Sequences used for SendtoDeck
28
SEQ_DECKTOP = 0
29
SEQ_DECKBOTTOM = 1
0 commit comments