diff options
Diffstat (limited to 'gfx/sgb/blk_packets.asm')
-rw-r--r-- | gfx/sgb/blk_packets.asm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gfx/sgb/blk_packets.asm b/gfx/sgb/blk_packets.asm index e3c883549..fd01ab3d0 100644 --- a/gfx/sgb/blk_packets.asm +++ b/gfx/sgb/blk_packets.asm @@ -1,4 +1,6 @@ ; macros taken from pokered's data/sgb_packets.asm +; names taken from pandocs +; http://gbdev.gg8.se/wiki/articles/SGB_Functions#SGB_Palette_Commands attr_blk: MACRO db (SGB_ATTR_BLK << 3) + ((\1 * 6) / 16 + 1) @@ -11,6 +13,7 @@ attr_blk_data: MACRO db \5, \6, \7, \8 ; x1, y1, x2, y2 ENDM + BlkPacket_9a86: attr_blk 1 attr_blk_data %011, 0,0,0, 00,00, 19,17 |