From 6b19b301f481e404a34ec3d90f35b23fba74b716 Mon Sep 17 00:00:00 2001 From: Rangi Date: Sat, 27 Jun 2020 22:44:05 -0400 Subject: [PATCH] Move trade bubble from gfx/icons to gfx/trade --- engine/mon_party_sprites.asm | 2 +- gfx/{icons/trade_bubble.png => trade/bubble.png} | Bin 2 files changed, 1 insertion(+), 1 deletion(-) rename gfx/{icons/trade_bubble.png => trade/bubble.png} (100%) diff --git a/engine/mon_party_sprites.asm b/engine/mon_party_sprites.asm index 47da94dd..d2913715 100755 --- a/engine/mon_party_sprites.asm +++ b/engine/mon_party_sprites.asm @@ -292,4 +292,4 @@ QuadrupedIconFrame1: INCBIN "gfx/icons/quadruped.2bpp", INC_FRAME_1 SnakeIconFrame2: INCBIN "gfx/icons/snake.2bpp", INC_FRAME_2 QuadrupedIconFrame2: INCBIN "gfx/icons/quadruped.2bpp", INC_FRAME_2 -TradeBubbleIconGFX: INCBIN "gfx/icons/trade_bubble.2bpp" +TradeBubbleIconGFX: INCBIN "gfx/trade/bubble.2bpp" diff --git a/gfx/icons/trade_bubble.png b/gfx/trade/bubble.png similarity index 100% rename from gfx/icons/trade_bubble.png rename to gfx/trade/bubble.png