diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-09-16 13:40:47 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-09-16 13:40:47 -0400 |
commit | 03cb8c53f1507091f09a17235416904d5ed29a49 (patch) | |
tree | 4bc0356e963231d401a1cfbea428d04f4f37a19f /gfx/sgb/blk_packets.asm | |
parent | 4d7e1bec4021fd53013fd1071c3cf9b30c00102b (diff) |
Identify some Spaceworld beta content
Diffstat (limited to 'gfx/sgb/blk_packets.asm')
-rw-r--r-- | gfx/sgb/blk_packets.asm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gfx/sgb/blk_packets.asm b/gfx/sgb/blk_packets.asm index 92c6cb437..9c4bcb6ed 100644 --- a/gfx/sgb/blk_packets.asm +++ b/gfx/sgb/blk_packets.asm @@ -77,13 +77,13 @@ BlkPacket_GSTitleScreen: attr_blk_data %011, 1,1,0, 15,01, 18,04 ds 12 -BlkPacket_SCGB_06: +BlkPacket_BetaTitleScreen: attr_blk 1 - attr_blk_data %111, 0,0,1, 00,00, 19,05 + attr_blk_data %111, 0,0,1, 00,00, 19,05 ; logo ds 8 -BlkPacket_SCGB_13: +BlkPacket_MagnetTrain: attr_blk 2 - attr_blk_data %111, 2,2,0, 00,04, 19,13 - attr_blk_data %011, 1,1,0, 00,06, 19,11 + attr_blk_data %111, 2,2,0, 00,04, 19,13 ; fence + attr_blk_data %011, 1,1,0, 00,06, 19,11 ; train ds 2 |