diff options
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 |