mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
Identify trade-related tilemaps
This commit is contained in:
parent
884ef9c1a8
commit
4cc4b175fc
|
@ -11,8 +11,8 @@ TileIDListPointerTable:
|
||||||
tile_ids GengarIntroTiles1, 7, 7
|
tile_ids GengarIntroTiles1, 7, 7
|
||||||
tile_ids GengarIntroTiles2, 7, 7
|
tile_ids GengarIntroTiles2, 7, 7
|
||||||
tile_ids GengarIntroTiles3, 7, 7
|
tile_ids GengarIntroTiles3, 7, 7
|
||||||
tile_ids Unknown_79c20, 6, 8
|
tile_ids GameBoyTiles, 6, 8
|
||||||
tile_ids Unknown_79c50, 12, 3
|
tile_ids LinkCableTiles, 12, 3
|
||||||
|
|
||||||
DownscaledMonTiles_5x5:
|
DownscaledMonTiles_5x5:
|
||||||
db $31,$38,$46,$54,$5B
|
db $31,$38,$46,$54,$5B
|
||||||
|
@ -56,17 +56,8 @@ GengarIntroTiles2:
|
||||||
GengarIntroTiles3:
|
GengarIntroTiles3:
|
||||||
INCBIN "gfx/intro_credits/gengar_3.tilemap"
|
INCBIN "gfx/intro_credits/gengar_3.tilemap"
|
||||||
|
|
||||||
Unknown_79c20:
|
GameBoyTiles:
|
||||||
db $31,$32,$32,$32,$32,$33
|
INCBIN "gfx/trade/game_boy.tilemap"
|
||||||
db $34,$35,$36,$36,$37,$38
|
|
||||||
db $34,$39,$3A,$3A,$3B,$38
|
|
||||||
db $3C,$3D,$3E,$3E,$3F,$40
|
|
||||||
db $41,$42,$43,$43,$44,$45
|
|
||||||
db $46,$47,$43,$48,$49,$4A
|
|
||||||
db $41,$43,$4B,$4C,$4D,$4E
|
|
||||||
db $4F,$50,$50,$50,$51,$52
|
|
||||||
|
|
||||||
Unknown_79c50:
|
LinkCableTiles:
|
||||||
db $43,$55,$56,$53,$53,$53,$53,$53,$53,$53,$53,$53
|
INCBIN "gfx/trade/link_cable.tilemap"
|
||||||
db $43,$57,$58,$54,$54,$54,$54,$54,$54,$54,$54,$54
|
|
||||||
db $43,$59,$5A,$43,$43,$43,$43,$43,$43,$43,$43,$43
|
|
||||||
|
|
1
gfx/trade/game_boy.tilemap
Normal file
1
gfx/trade/game_boy.tilemap
Normal file
|
@ -0,0 +1 @@
|
||||||
|
12222345667849::;8<=>>?@ABCCDEFGCHIJACKLMNOPPPQR
|
1
gfx/trade/link_cable.tilemap
Normal file
1
gfx/trade/link_cable.tilemap
Normal file
|
@ -0,0 +1 @@
|
||||||
|
CUVSSSSSSSSSCWXTTTTTTTTTCYZCCCCCCCCC
|
Loading…
Reference in a new issue