diff options
author | YamaArashi <shadow962@live.com> | 2016-07-05 20:04:25 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-07-05 20:04:25 -0700 |
commit | 20f7c470e16477e389c7c0ba0c796001d9268ec9 (patch) | |
tree | b4e8138df89cb5586071ddd33dc0ef33dfa5b4dd | |
parent | 91d4d71dfc740a22eb3bcd94fda3700c96373634 (diff) |
cleanup
-rw-r--r-- | data/data2.s | 26 | ||||
-rwxr-xr-x | graphics/misc/egg_hatch.png (renamed from graphics/pokemon/egg/egg_hatch.png) | bin | 469 -> 469 bytes | |||
-rwxr-xr-x | graphics/misc/egg_shard.png (renamed from graphics/pokemon/egg/egg_crumble.png) | bin | 189 -> 189 bytes |
3 files changed, 17 insertions, 9 deletions
diff --git a/data/data2.s b/data/data2.s index 5a7fe3898..f5cb546da 100644 --- a/data/data2.s +++ b/data/data2.s @@ -950,14 +950,15 @@ gUnknown_081FAE7C:: @ 81FAE7C .incbin "baserom.gba", 0x001fae7c, 0x4 gUnknown_081FAE80:: @ 81FAE80 - .incbin "baserom.gba", 0x001fae80, 0x9 + .string "{PALETTE 5}{COLOR_HIGHLIGHT_SHADOW WHITE LIGHT_BLUE WHITE2}$" gUnknown_081FAE89:: @ 81FAE89 .incbin "baserom.gba", 0x001fae89, 0x8 gUnknown_081FAE91:: @ 81FAE91 - .incbin "baserom.gba", 0x001fae91, 0x13 + .incbin "baserom.gba", 0x001fae91, 0x10 + .align 2 gUnknown_081FAEA4:: @ 81FAEA4 obj_tiles 0x08d02410, 384, 0xd6eb @@ -1152,21 +1153,28 @@ gUnknown_08209AC4:: @ 8209AC4 gUnknown_08209AD4:: @ 8209AD4 .string "タマゴ$" +EggPalette:: @ 8209AD8 .incbin "graphics/pokemon/egg/palette.gbapal" - .incbin "graphics/pokemon/egg/egg_hatch.4bpp" - .incbin "graphics/pokemon/egg/egg_crumble.4bpp" - .space 2 - .incbin "baserom.gba", 0x0020A37A, 0x36 +EggHatchTiles: @ 8209AF8 + .incbin "graphics/misc/egg_hatch.4bpp" + +EggShardTiles:: @ 820A2F8 + .incbin "graphics/misc/egg_shard.4bpp" + + .incbin "baserom.gba", 0x0020A378, 0x38 + .align 2 gUnknown_0820A3B0:: @ 820A3B0 - obj_tiles 0x08209af8, 2048, 0x3039 + obj_tiles EggHatchTiles, 2048, 12345 + .align 2 gUnknown_0820A3B8:: @ 820A3B8 - obj_tiles 0x0820a2f8, 128, 0x5ba0 + obj_tiles EggShardTiles, 128, 23456 + .align 2 gUnknown_0820A3C0:: @ 820A3C0 - obj_pal 0x08209ad8, 0xd431 + obj_pal EggPalette, 54321 gUnknown_0820A3C8:: @ 820A3C8 .incbin "baserom.gba", 0x0020a3c8, 0x50 diff --git a/graphics/pokemon/egg/egg_hatch.png b/graphics/misc/egg_hatch.png Binary files differindex abea3122f..abea3122f 100755 --- a/graphics/pokemon/egg/egg_hatch.png +++ b/graphics/misc/egg_hatch.png diff --git a/graphics/pokemon/egg/egg_crumble.png b/graphics/misc/egg_shard.png Binary files differindex d404445b8..d404445b8 100755 --- a/graphics/pokemon/egg/egg_crumble.png +++ b/graphics/misc/egg_shard.png |