diff options
-rw-r--r-- | Disable-Bag-Use-In-Battle.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Disable-Bag-Use-In-Battle.md b/Disable-Bag-Use-In-Battle.md index 378a0d8..eae8e7d 100644 --- a/Disable-Bag-Use-In-Battle.md +++ b/Disable-Bag-Use-In-Battle.md @@ -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.`
\ No newline at end of file +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>
\ No newline at end of file |