Skip to content

Commit

Permalink
Remove PaintShopBubbleText prebuilt
Browse files Browse the repository at this point in the history
  • Loading branch information
VariantXYZ committed Jul 11, 2023
1 parent dbd56b0 commit 8f7a965
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,8 @@ patch_tilesets_ADDITIONAL := $(PATCH_TILESET_FILES) $(PATCH_TEXT_TILESET_FILES)\
$(TILESET_OUT)/ChapterScreenChapterTitle6.$(COMPRESSED_TSET_TYPE)\
$(TILESET_OUT)/GameOverScreenCharacters.$(COMPRESSED_TSET_TYPE)\
$(TILESET_OUT)/GBCOnlyErrorScreenTextGraphics.$(COMPRESSED_TSET_TYPE)\
$(TILESET_OUT)/SplashScreenConceptCredit.$(COMPRESSED_TSET_TYPE)
$(TILESET_OUT)/SplashScreenConceptCredit.$(COMPRESSED_TSET_TYPE)\
$(TILESET_OUT)/PaintShopBubbleText.$(COMPRESSED_TSET_TYPE)

patch_vwf_ADDITIONAL := $(PATCH_TEXT_TILESET_FILES)

Expand Down
2 changes: 2 additions & 0 deletions game/src/patch/tilesets.asm
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ ChapterScreenChapterNumber6::
INCBIN "./build/tilesets/ChapterScreenChapterNumber6.malias"
GBCOnlyErrorScreenTextGraphics::
INCBIN "./build/tilesets/GBCOnlyErrorScreenTextGraphics.malias"
PaintShopBubbleText::
INCBIN "./build/tilesets/PaintShopBubbleText.malias"

SECTION "Patch 2bpp Tilesets 3", ROMX[$4000], BANK[$FD]
; Include certain 2bpp 'malias' uncompressed graphics here
Expand Down
4 changes: 0 additions & 4 deletions game/src/version/tileset_table.asm
Original file line number Diff line number Diff line change
Expand Up @@ -1194,10 +1194,6 @@ SECTION "Tileset Data PaintShopShopkeeperAvatar", ROMX[$4F4D], BANK[$3B]
PaintShopShopkeeperAvatar::
INCBIN "./build/tilesets/PaintShopShopkeeperAvatar.malias"

SECTION "Tileset Data PaintShopBubbleText", ROMX[$51BB], BANK[$3B]
PaintShopBubbleText::
INCBIN "./build/tilesets/PaintShopBubbleText.malias"

SECTION "Tileset Data Tileset3A0F", ROMX[$52B5], BANK[$3B]
Tileset3A0F::
INCBIN "./build/tilesets/Tileset3A0F.malias"
Expand Down
Binary file removed gfx/prebuilt/tilesets/PaintShopBubbleText.malias
Binary file not shown.
Binary file modified gfx/tilesets/PaintShopBubbleText.malias.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8f7a965

Please sign in to comment.