summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Doury <DamienDoury@users.noreply.github.com>2021-04-07 17:10:49 +0200
committerDamien Doury <DamienDoury@users.noreply.github.com>2021-04-07 17:10:49 +0200
commitbae1447fc18e8d02c7731535a4e54d2d3ea2c413 (patch)
treeb62c9688c3fd68b7fe827d2ba47106c0fe0ad992
parent9dbbb844eb6d71c666a485bb8bb08beac45c337a (diff)
Updated Color party menu icons by species (markdown)
-rw-r--r--Color-party-menu-icons-by-species.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Color-party-menu-icons-by-species.md b/Color-party-menu-icons-by-species.md
index c36f650..eb4a031 100644
--- a/Color-party-menu-icons-by-species.md
+++ b/Color-party-menu-icons-by-species.md
@@ -368,7 +368,7 @@ Edit [engine/gfx/mon_icons.asm](../blob/master/engine/gfx/mon_icons.asm) again:
+ ld [hl], a ; bottom right
+ pop hl
+ ld d, a
-+ ld a, [CurIconMonHasItemOrMail]
++ ld a, [wCurIconMonHasItemOrMail]
+ and a
+ ld a, PAL_OW_RED ; item or mail color
+ jr nz, .ok