summaryrefslogtreecommitdiff
path: root/engine/pokemon
diff options
context:
space:
mode:
authorentrpntr <entrpntr@gmail.com>2020-06-14 17:19:40 -0400
committerentrpntr <entrpntr@gmail.com>2020-06-14 17:32:42 -0400
commit0e5edf03ff4ba5ad0c6740eefd0e28ae5eca10c4 (patch)
treeaca0979818b88f0e27f18b95d87a006767cf89fb /engine/pokemon
parent7e87fed84ad81f6de2b4e5d1dbdb34a3c537a970 (diff)
Braindead matching for now (incbin .lz.bin for non-matching lz's).
Diffstat (limited to 'engine/pokemon')
-rw-r--r--engine/pokemon/bills_pc.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/pokemon/bills_pc.asm b/engine/pokemon/bills_pc.asm
index fa610df1..733c30b9 100644
--- a/engine/pokemon/bills_pc.asm
+++ b/engine/pokemon/bills_pc.asm
@@ -2185,7 +2185,7 @@ BillsPC_InitGFX:
call EnableLCD
ret
-PCSelectLZ: INCBIN "gfx/pc/pc.2bpp.lz"
+PCSelectLZ: INCBIN "gfx/pc/pc.2bpp.lz.bin"
PCMailGFX: INCBIN "gfx/pc/pc_mail.2bpp"
PCString_ChooseaPKMN: db "Choose a <PK><MN>.@"