diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-10-04 18:32:33 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-10-04 18:32:33 -0400 |
commit | 5a546068a84d57454c7f95395250346ac14da81e (patch) | |
tree | 2621a5909bd190ef580e56a54da03853f09cb97c /gfx/sgb/blk_packets.asm | |
parent | 169470378aa890ecbb6a177183f080fcd54fec61 (diff) |
Identify SGB blk/pal packets
Diffstat (limited to 'gfx/sgb/blk_packets.asm')
-rw-r--r-- | gfx/sgb/blk_packets.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gfx/sgb/blk_packets.asm b/gfx/sgb/blk_packets.asm index 178f43594..f5562acfb 100644 --- a/gfx/sgb/blk_packets.asm +++ b/gfx/sgb/blk_packets.asm @@ -13,7 +13,7 @@ attr_blk_data: MACRO db \5, \6, \7, \8 ; x1, y1, x2, y2 ENDM -BlkPacket_9a86: +BlkPacket_AllPal0: attr_blk 1 attr_blk_data %011, 0,0,0, 00,00, 19,17 ds 8, 0 |