diff options
author | Damien Doury <DamienDoury@users.noreply.github.com> | 2021-04-07 17:10:49 +0200 |
---|---|---|
committer | Damien Doury <DamienDoury@users.noreply.github.com> | 2021-04-07 17:10:49 +0200 |
commit | bae1447fc18e8d02c7731535a4e54d2d3ea2c413 (patch) | |
tree | b62c9688c3fd68b7fe827d2ba47106c0fe0ad992 | |
parent | 9dbbb844eb6d71c666a485bb8bb08beac45c337a (diff) |
Updated Color party menu icons by species (markdown)
-rw-r--r-- | Color-party-menu-icons-by-species.md | 2 |
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 |