diff options
author | yenatch <yenatch@gmail.com> | 2014-04-17 22:06:02 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2014-04-17 22:06:02 -0400 |
commit | 12412713fdcf1639b4df6d9965215815866e30c3 (patch) | |
tree | 6029ee7a772bce9179107a49676050aaf0f4e6f2 /menu | |
parent | 992a9e506cba96b8420857c2cce56249f9a14691 (diff) |
Fix static banks for monster icons.
Diffstat (limited to 'menu')
-rw-r--r-- | menu/mon_icons.asm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/menu/mon_icons.asm b/menu/mon_icons.asm index 52e27c0ce..60e88ace9 100644 --- a/menu/mon_icons.asm +++ b/menu/mon_icons.asm @@ -307,6 +307,7 @@ IconPointers: dw SudowoodoIcon dw BigmonIcon +Icons: NullIcon: PoliwagIcon: INCBIN "gfx/icon/poliwag.2bpp" ; 0x8ec0d JigglypuffIcon: INCBIN "gfx/icon/jigglypuff.2bpp" ; 0x8ec8d |