You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
hiddenitem, like itemball and object_event, puts the item first and the event last
This commit is contained in:
@@ -110,7 +110,7 @@ BG event types:
|
||||
- `BGEVENT_ITEM`
|
||||
|
||||
<pre>
|
||||
hiddenitem <i>event_flag</i>, <i>item_id</i>
|
||||
hiddenitem <i>item_id</i>, <i>event_flag</i>
|
||||
</pre>
|
||||
|
||||
- `BGEVENT_COPY`
|
||||
@@ -162,7 +162,7 @@ Object types:
|
||||
- `OBJECTTYPE_ITEMBALL`
|
||||
|
||||
<pre>
|
||||
itemball <i>item_id</i>
|
||||
itemball <i>item_id</i>[, <i>quantity</i>=1]
|
||||
</pre>
|
||||
|
||||
- `OBJECTTYPE_TRAINER`
|
||||
|
Reference in New Issue
Block a user