diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-05-18 11:59:48 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-05-18 11:59:48 -0400 |
commit | 156f2cc3ef66ccaf21bfe1c8a5066928e772ffac (patch) | |
tree | 63ee4bb3d58088c07205b7d34e2e20d5287a3f63 /engine/gfx/mon_icons.asm | |
parent | e32cf1bfd1dd39b72ee672f3815986cc8b1a9406 (diff) |
Update some routine labels, including unreferenced ones
Diffstat (limited to 'engine/gfx/mon_icons.asm')
-rw-r--r-- | engine/gfx/mon_icons.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/gfx/mon_icons.asm b/engine/gfx/mon_icons.asm index ac25712d1..68e9b1b84 100644 --- a/engine/gfx/mon_icons.asm +++ b/engine/gfx/mon_icons.asm @@ -347,7 +347,7 @@ GetGFXUnlessMobile: ld a, [wLinkMode] cp LINK_MOBILE jp nz, Request2bpp - jp Get2bpp_2 + jp Get2bppViaHDMA FreezeMonIcons: ld hl, wSpriteAnimationStructs |