diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-10-14 13:24:08 -0500 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2018-10-14 13:24:18 -0500 |
commit | 34ff43163750f8a06399efa4e4453bf2b61e26af (patch) | |
tree | 2c1fcd23611d0d0cf52ac954a54b681fbc5345b7 /data | |
parent | 67af64e101b23e6e0e3de8e642719810882b5ce2 (diff) |
Dump mon hatch sprite graphics
Diffstat (limited to 'data')
-rwxr-xr-x | data/graphics/mon_hatch_sprites.inc | 44 | ||||
-rwxr-xr-x | data/graphics/mon_hatch_sprites_pals.inc | 56 | ||||
-rwxr-xr-x | data/rom.s | 34 |
3 files changed, 130 insertions, 4 deletions
diff --git a/data/graphics/mon_hatch_sprites.inc b/data/graphics/mon_hatch_sprites.inc new file mode 100755 index 0000000..bb60ab0 --- /dev/null +++ b/data/graphics/mon_hatch_sprites.inc @@ -0,0 +1,44 @@ +gMonHatchSpriteGroup0_Gfx:: @ 0x083C8B6C + .incbin "graphics/mon_hatch_sprites/wurmple_hatch.4bpp" + .incbin "graphics/mon_hatch_sprites/lotad_hatch.4bpp" + .incbin "graphics/mon_hatch_sprites/seedot_hatch.4bpp" + .incbin "graphics/mon_hatch_sprites/ralts_hatch.4bpp" + .incbin "graphics/mon_hatch_sprites/surskit_hatch.4bpp" + .incbin "graphics/mon_hatch_sprites/shroomish_hatch.4bpp" + +gMonHatchSpriteGroup1_Gfx:: @ 0x083CF0AC + .incbin "graphics/mon_hatch_sprites/whismur_hatch.4bpp" + .incbin "graphics/mon_hatch_sprites/azurill_hatch.4bpp" + .incbin "graphics/mon_hatch_sprites/skitty_hatch.4bpp" + .incbin "graphics/mon_hatch_sprites/zubat_hatch.4bpp" + .incbin "graphics/mon_hatch_sprites/aron_hatch.4bpp" + .incbin "graphics/mon_hatch_sprites/plusle_hatch.4bpp" + +gMonHatchSpriteGroup2_Gfx:: @ 0x083D55EC + .incbin "graphics/mon_hatch_sprites/minun_hatch.4bpp" + .incbin "graphics/mon_hatch_sprites/oddish_hatch.4bpp" + .incbin "graphics/mon_hatch_sprites/gulpin_hatch.4bpp" + .incbin "graphics/mon_hatch_sprites/spoink_hatch.4bpp" + .incbin "graphics/mon_hatch_sprites/sandshrew_hatch.4bpp" + .incbin "graphics/mon_hatch_sprites/spinda_hatch.4bpp" + +gMonHatchSpriteGroup3_Gfx:: @ 0x083DBB2C + .incbin "graphics/mon_hatch_sprites/trapinch_hatch.4bpp" + .incbin "graphics/mon_hatch_sprites/igglybuff_hatch.4bpp" + .incbin "graphics/mon_hatch_sprites/shuppet_hatch.4bpp" + .incbin "graphics/mon_hatch_sprites/chimecho_hatch.4bpp" + .incbin "graphics/mon_hatch_sprites/pichu_hatch.4bpp" + .incbin "graphics/mon_hatch_sprites/wynaut_hatch.4bpp" + +gMonHatchSpriteGroup4_Gfx:: @ 0x083E206C + .incbin "graphics/mon_hatch_sprites/natu_hatch.4bpp" + .incbin "graphics/mon_hatch_sprites/phanpy_hatch.4bpp" + .incbin "graphics/mon_hatch_sprites/snorunt_hatch.4bpp" + .incbin "graphics/mon_hatch_sprites/spheal_hatch.4bpp" + .incbin "graphics/mon_hatch_sprites/corsola_hatch.4bpp" + .incbin "graphics/mon_hatch_sprites/chinchou_hatch.4bpp" + +gMonHatchSpriteGroup5_Gfx:: @ 0x083E85AC + .incbin "graphics/mon_hatch_sprites/horsea_hatch.4bpp" + .incbin "graphics/mon_hatch_sprites/bagon_hatch.4bpp" + .incbin "graphics/mon_hatch_sprites/pichu_2_hatch.4bpp" diff --git a/data/graphics/mon_hatch_sprites_pals.inc b/data/graphics/mon_hatch_sprites_pals.inc new file mode 100755 index 0000000..de1a197 --- /dev/null +++ b/data/graphics/mon_hatch_sprites_pals.inc @@ -0,0 +1,56 @@ +gMonHatchSpriteGroup0_Pals:: @ 0x1444F4 + .incbin "graphics/mon_hatch_sprites/wurmple_hatch.gbapal" + .incbin "graphics/mon_hatch_sprites/lotad_hatch.gbapal" + .incbin "graphics/mon_hatch_sprites/seedot_hatch.gbapal" + .incbin "graphics/mon_hatch_sprites/ralts_hatch.gbapal" + .incbin "graphics/mon_hatch_sprites/surskit_hatch.gbapal" + .incbin "graphics/mon_hatch_sprites/shroomish_hatch.gbapal" + + .incbin "baserom.gba", 0x1445B4, 0x1446F4 - 0x1445B4 + +gMonHatchSpriteGroup1_Pals:: @ 0x1446F4 + .incbin "graphics/mon_hatch_sprites/whismur_hatch.gbapal" + .incbin "graphics/mon_hatch_sprites/azurill_hatch.gbapal" + .incbin "graphics/mon_hatch_sprites/skitty_hatch.gbapal" + .incbin "graphics/mon_hatch_sprites/zubat_hatch.gbapal" + .incbin "graphics/mon_hatch_sprites/aron_hatch.gbapal" + .incbin "graphics/mon_hatch_sprites/plusle_hatch.gbapal" + + .incbin "baserom.gba", 0x1447B4, 0x1448F4 - 0x1447B4 + +gMonHatchSpriteGroup2_Pals:: @ 0x1448F4 + .incbin "graphics/mon_hatch_sprites/minun_hatch.gbapal" + .incbin "graphics/mon_hatch_sprites/oddish_hatch.gbapal" + .incbin "graphics/mon_hatch_sprites/gulpin_hatch.gbapal" + .incbin "graphics/mon_hatch_sprites/spoink_hatch.gbapal" + .incbin "graphics/mon_hatch_sprites/sandshrew_hatch.gbapal" + .incbin "graphics/mon_hatch_sprites/spinda_hatch.gbapal" + + .incbin "baserom.gba", 0x1449B4, 0x144AF4 - 0x1449B4 + +gMonHatchSpriteGroup3_Pals:: @ 0x144AF4 + .incbin "graphics/mon_hatch_sprites/trapinch_hatch.gbapal" + .incbin "graphics/mon_hatch_sprites/igglybuff_hatch.gbapal" + .incbin "graphics/mon_hatch_sprites/shuppet_hatch.gbapal" + .incbin "graphics/mon_hatch_sprites/chimecho_hatch.gbapal" + .incbin "graphics/mon_hatch_sprites/pichu_hatch.gbapal" + .incbin "graphics/mon_hatch_sprites/wynaut_hatch.gbapal" + + .incbin "baserom.gba", 0x144BB4, 0x144CF4 - 0x144BB4 + +gMonHatchSpriteGroup4_Pals:: @ 0x144CF4 + .incbin "graphics/mon_hatch_sprites/natu_hatch.gbapal" + .incbin "graphics/mon_hatch_sprites/phanpy_hatch.gbapal" + .incbin "graphics/mon_hatch_sprites/snorunt_hatch.gbapal" + .incbin "graphics/mon_hatch_sprites/spheal_hatch.gbapal" + .incbin "graphics/mon_hatch_sprites/corsola_hatch.gbapal" + .incbin "graphics/mon_hatch_sprites/chinchou_hatch.gbapal" + + .incbin "baserom.gba", 0x144DB4, 0x144EF4 - 0x144DB4 + +gMonHatchSpriteGroup5_Pals:: @ 0x144EF4 + .incbin "graphics/mon_hatch_sprites/horsea_hatch.gbapal" + .incbin "graphics/mon_hatch_sprites/bagon_hatch.gbapal" + .incbin "graphics/mon_hatch_sprites/pichu_2_hatch.gbapal" + + .incbin "baserom.gba", 0x144F54, 0x1450F4 - 0x144F54 @@ -10,15 +10,33 @@ gIntroCopyright_Gfx:: @ 0x0807A0C0 gIntroCopyright_Pal:: @ 0x0807A8E0 .incbin "graphics/intro/copyright.gbapal" -.incbin "baserom.gba", 0x7AAE0, 0x39AB8C - 0x7AAE0 +.incbin "baserom.gba", 0x7AAE0, 0x1444F4 - 0x7AAE0 + +.include "data/graphics/mon_hatch_sprites_pals.inc" + +.incbin "baserom.gba", 0x1450F4, 0x39AB8C - 0x1450F4 .include "data/graphics/mon_portraits_pals.inc" -.incbin "baserom.gba", 0x39C78C, 0x4C596C - 0x39C78C +.incbin "baserom.gba", 0x39C78C, 0x3C8B6C - 0x39C78C + +.include "data/graphics/mon_hatch_sprites.inc" + +.incbin "baserom.gba", 0x3EB84C, 0x4C596C - 0x3EB84C .include "data/graphics/mon_portraits.inc" -.incbin "baserom.gba", 0x4ECF6C, 0x6BB6A4 - 0x4ECF6C +.incbin "baserom.gba", 0x4ECF6C, 0x6B159C - 0x4ECF6C + +gMonHatchSpriteGroupPals:: @ 0x086B159C + .4byte gMonHatchSpriteGroup0_Pals + .4byte gMonHatchSpriteGroup1_Pals + .4byte gMonHatchSpriteGroup2_Pals + .4byte gMonHatchSpriteGroup3_Pals + .4byte gMonHatchSpriteGroup4_Pals + .4byte gMonHatchSpriteGroup5_Pals + +.incbin "baserom.gba", 0x6B15B4, 0x6BB6A4 - 0x6B15B4 gMonPortraitGroupPals:: @ 0x086BB6A4 .4byte gMonPortraitsGroup0_Pals @@ -36,7 +54,15 @@ gMonPortraitGroupPals:: @ 0x086BB6A4 .4byte gMonPortraitsGroup12_Pals .4byte gMonPortraitsGroup13_Pals -.incbin "baserom.gba", 0x6BB6DC, 0x6BB738 - 0x6BB6DC +gMonHatchSpriteGroupGfx:: @ 0x086BB6DC + .4byte gMonHatchSpriteGroup0_Gfx + .4byte gMonHatchSpriteGroup1_Gfx + .4byte gMonHatchSpriteGroup2_Gfx + .4byte gMonHatchSpriteGroup3_Gfx + .4byte gMonHatchSpriteGroup4_Gfx + .4byte gMonHatchSpriteGroup5_Gfx + +.incbin "baserom.gba", 0x6BB6F4, 0x6BB738 - 0x6BB6F4 gMonPortraitGroupGfx:: @ 0x086BB738 .4byte gMonPortraitsGroup0_Gfx |