Skip to content

Commit

Permalink
Identify Paint Shop bubble text and shopkeeper avatar tilesets
Browse files Browse the repository at this point in the history
  • Loading branch information
VariantXYZ committed Jul 10, 2023
1 parent 89f95bb commit 8d22aae
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
20 changes: 10 additions & 10 deletions game/src/version/tileset_table.asm
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ TilesetSourceAddressTable::
TilesetTableEntry Tileset3A05 ; 38 (3A05)
TilesetTableEntry Tileset3A07 ; 39 (3A07)
TilesetTableEntry Tileset3A09 ; 3A (3A09)
TilesetTableEntry Tileset3A0B ; 3B (3A0B)
TilesetTableEntry Tileset3A0D ; 3C (3A0D)
TilesetTableEntry PaintShopShopkeeperAvatar ; 3B (3A0B)
TilesetTableEntry PaintShopBubbleText ; 3C (3A0D)
TilesetTableEntry Tileset3A0F ; 3D (3A0F)
TilesetTableEntry Tileset3A11 ; 3E (3A11)
TilesetTableEntry Tileset3A13 ; 3F (3A13)
Expand Down Expand Up @@ -582,8 +582,8 @@ TilesetInfoTable::
dbwb BANK(Tileset3A05), $8300, $0 ; 038
dbwb BANK(Tileset3A07), $8000, $1 ; 039
dbwb BANK(Tileset3A09), $9000, $0 ; 03A
dbwb BANK(Tileset3A0B), $9560, $0 ; 03B
dbwb BANK(Tileset3A0D), $8400, $0 ; 03C
dbwb BANK(PaintShopShopkeeperAvatar), $9560, $0 ; 03B
dbwb BANK(PaintShopBubbleText), $8400, $0 ; 03C
dbwb BANK(Tileset3A0F), $8300, $0 ; 03D
dbwb BANK(Tileset3A11), $8000, $0 ; 03E
dbwb BANK(Tileset3A13), $8B60, $0 ; 03F
Expand Down Expand Up @@ -1230,13 +1230,13 @@ SECTION "Tileset Data Tileset3A09", ROMX[$4E96], BANK[$3B]
Tileset3A09::
INCBIN "./build/tilesets/Tileset3A09.malias"

SECTION "Tileset Data Tileset3A0B", ROMX[$4F4D], BANK[$3B]
Tileset3A0B::
INCBIN "./build/tilesets/Tileset3A0B.malias"
SECTION "Tileset Data PaintShopShopkeeperAvatar", ROMX[$4F4D], BANK[$3B]
PaintShopShopkeeperAvatar::
INCBIN "./build/tilesets/PaintShopShopkeeperAvatar.malias"

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

SECTION "Tileset Data Tileset3A0F", ROMX[$52B5], BANK[$3B]
Tileset3A0F::
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
4 changes: 2 additions & 2 deletions scripts/res/meta_tileset_index.tbl
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@
038=Tileset3A05
039=Tileset3A07
03A=Tileset3A09
03B=Tileset3A0B
03C=Tileset3A0D
03B=PaintShopShopkeeperAvatar
03C=PaintShopBubbleText
03D=Tileset3A0F
03E=Tileset3A11
03F=Tileset3A13
Expand Down
4 changes: 2 additions & 2 deletions scripts/res/meta_tileset_names.tbl
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
3A05=Tileset3A05
3A07=Tileset3A07
3A09=Tileset3A09
3A0B=Tileset3A0B
3A0D=Tileset3A0D
3A0B=PaintShopShopkeeperAvatar
3A0D=PaintShopBubbleText
3A0F=Tileset3A0F
3A11=Tileset3A11
3A13=Tileset3A13
Expand Down

0 comments on commit 8d22aae

Please sign in to comment.