Skip to content

Commit 65c204d

Browse files
authored
Update constant.lua
Added a new constant: ZONE_CENTER_MMZ = 0x4
1 parent 0e19301 commit 65c204d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

constant.lua

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@ LOCATION_EMZONE = 0x1000
2121
LOCATION_DECKBOT = 0x10001
2222
LOCATION_DECKSHF = 0x20001
2323
--Constants used to filter monster zones
24-
ZONES_MMZ = 0x1f
25-
ZONES_EMZ = 0x60
24+
ZONE_CENTER_MMZ = 0x4
25+
ZONES_MMZ = 0x1f
26+
ZONES_EMZ = 0x60
2627
--Sequences used for SendtoDeck
2728
SEQ_DECKTOP = 0
2829
SEQ_DECKBOTTOM = 1

0 commit comments

Comments
 (0)