diff options
author | ghoulslash <41651341+ghoulslash@users.noreply.github.com> | 2020-07-22 09:54:28 -0600 |
---|---|---|
committer | ghoulslash <41651341+ghoulslash@users.noreply.github.com> | 2020-07-22 09:54:28 -0600 |
commit | 0e162cddeb6032c3ca44d27b28529868af126957 (patch) | |
tree | c72af2b0e5c4daefa26e72109e72ec824a819a02 | |
parent | 695a644154a00fa3ca3b6c82c6f765d5df6bbfaf (diff) |
Updated Disable Bag Use In Battle (markdown)
-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 |