Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dump BG and CG #214

Merged
merged 7 commits into from
Oct 9, 2022
Merged

Dump BG and CG #214

merged 7 commits into from
Oct 9, 2022

Conversation

laqieer
Copy link
Contributor

@laqieer laqieer commented Oct 9, 2022

  • BG
    Example:
    bg_0
    A BG image is 240 x 160 with 16 x 8 colors.
  • CG
    Example:
    cg_0
    A 240(+16) x 160 CG image consists of 10 240(+16) x 16 parts (_part_0.png-_part_9.png). (+16) means 16 pixel blank at the right (so total width is 256 px). 16 x 6 colors.

They are dumped as tiles (.png), map (.bin) and palette (.pal), which will be editable in Tilemap Studio. Read Rangi42/tilemap-studio#74 for more info.

These BG images share tiles and map:
bg_3_tiles == bg_4_tiles: 88ddea8
bg_3_map == bg_4_map: 88e0e20
bg_5_tiles == bg_6_tiles: 88e14d4
bg_5_map == bg_6_map: 88e5340
bg_10_tiles == bg_11_tiles: 88eef14
bg_10_map == bg_11_map: 88f0b58
bg_12_tiles == bg_13_tiles: 88f120c
bg_12_map == bg_13_map: 88f5af4
bg_14_tiles == bg_15_tiles: 88f61a8
bg_14_map == bg_15_map: 88f9598
bg_16_tiles == bg_17_tiles: 88f9c4c
bg_16_map == bg_17_map: 88fb350
bg_19_tiles == bg_20_tiles: 88fd9d8
bg_19_map == bg_20_map: 89018a0
bg_21_tiles == bg_22_tiles: 8901f54
bg_21_map == bg_22_map: 8904dec
bg_24_tiles == bg_25_tiles: 8907ee0
bg_24_map == bg_25_map: 8909c64
bg_24_tiles == bg_26_tiles: 8907ee0
bg_24_map == bg_26_map: 8909c64
bg_29_tiles == bg_30_tiles: 890ed9c
bg_29_map == bg_30_map: 8912060
bg_29_tiles == bg_31_tiles: 890ed9c
bg_29_map == bg_31_map: 8912060
bg_29_tiles == bg_32_tiles: 890ed9c
bg_29_map == bg_32_map: 8912060
bg_38_tiles == bg_39_tiles: 892669c
bg_38_map == bg_39_map: 8929210
bg_44_tiles == bg_45_tiles: 893ca30
bg_44_map == bg_45_map: 893f1d4
They only have different palettes.
@laqieer laqieer changed the title Dump BG Dump BG and CG Oct 9, 2022
@RevoSucks RevoSucks merged commit 61aa608 into FireEmblemUniverse:master Oct 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants