summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCherryello <felicedarioceriello@gmail.com>2018-08-13 20:10:51 +0200
committerCherryello <felicedarioceriello@gmail.com>2018-08-13 20:10:51 +0200
commitda62ce960a9dc2f93cd87b405bfb899362800163 (patch)
tree75ad8bccd36c4295574b1526debbf5eb3a597ce7
parent6a06b629bfd8549ebcfcdfaa3dcf39e53ad35177 (diff)
The overworld icons were bugged; now it's okay. Code took from Polished Crystal
-rw-r--r--Add-a-new-party-menu-icon.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/Add-a-new-party-menu-icon.md b/Add-a-new-party-menu-icon.md
index 2cdefec..0619724 100644
--- a/Add-a-new-party-menu-icon.md
+++ b/Add-a-new-party-menu-icon.md
@@ -125,7 +125,8 @@ Now edit [engine/gfx/mon_icons.asm](../blob/master/engine/gfx/mon_icons.asm):
LoadOverworldMonIcon:
ld a, e
+ push af
- call ReadMonMenuIcon
++ ld [wCurIcon], a
+- call ReadMonMenuIcon
ld l, a
ld h, 0
add hl, hl