summaryrefslogtreecommitdiff
path: root/engine/items/pack.asm
diff options
context:
space:
mode:
authorentrpntr <entrpntr@gmail.com>2020-04-05 05:44:43 -0400
committerentrpntr <entrpntr@gmail.com>2020-04-05 05:49:10 -0400
commit43182b4a895975a6eb7b197bad7b077a37f776a6 (patch)
treeff7b46f23cafebdf9de3a25f9f007a9c4b1672e9 /engine/items/pack.asm
parentf8518cf485c0c5e62980d21a2b80bab6f68ed732 (diff)
Create PNGs for remaining gfx binary files.
Diffstat (limited to 'engine/items/pack.asm')
-rwxr-xr-xengine/items/pack.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/items/pack.asm b/engine/items/pack.asm
index a8c1fedc..1f2d533d 100755
--- a/engine/items/pack.asm
+++ b/engine/items/pack.asm
@@ -1569,5 +1569,5 @@ Text_CantUseItInABattle:
text_far Text_YouCantUseItInABattle
db "@"
-PackMenuGFX: INCBIN "gfx/misc/pack_menu.2bpp"
-PackGFX: INCBIN "gfx/misc/pack.2bpp"
+PackMenuGFX: INCBIN "gfx/pack/pack_menu.2bpp"
+PackGFX: INCBIN "gfx/pack/pack.2bpp"