Updated Disable Bag Use In Battle (markdown)

ghoulslash 2020-07-22 09:54:28 -06:00
parent 695a644154
commit 0e162cddeb

@ -21,4 +21,6 @@ if (FlagGet(FLAG_DISABLE_BAG) || gBattleTypeFlags & (BATTLE_TYPE_LINK
// etc.
```
If `FLAG_DISABLE_BAG` is set, selecting `BAG` in battle will display the message `Items can't be used now.`
If `FLAG_DISABLE_BAG` is set, selecting `BAG` in battle will display the message `Items can't be used now.`
<a href="https://imgur.com/IaSvW30"><img src="https://i.imgur.com/IaSvW30.png" title="source: imgur.com" /></a>