diff options
Diffstat (limited to 'gfx/icons.asm')
-rw-r--r-- | gfx/icons.asm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gfx/icons.asm b/gfx/icons.asm index 0733c26f6..a394f2813 100644 --- a/gfx/icons.asm +++ b/gfx/icons.asm @@ -1,4 +1,5 @@ -Icons: +Icons: ; used only for BANK(Icons) + NullIcon: PoliwagIcon: INCBIN "gfx/icons/poliwag.2bpp" ; 0x8ec0d JigglypuffIcon: INCBIN "gfx/icons/jigglypuff.2bpp" ; 0x8ec8d |