aboutsummaryrefslogtreecommitdiffstats
path: root/data/sgb_packets.asm
diff options
context:
space:
mode:
Diffstat (limited to 'data/sgb_packets.asm')
-rwxr-xr-xdata/sgb_packets.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/sgb_packets.asm b/data/sgb_packets.asm
index 37a39f1d..a0af4a44 100755
--- a/data/sgb_packets.asm
+++ b/data/sgb_packets.asm
@@ -50,6 +50,7 @@ DATA_SND: MACRO
db \2 ; bank
db \3 ; length (1-11)
ENDM
+
BlkPacket_WholeScreen: ; 72611 (1c:6611)
db $21
db $1,$3,$0,$0,$0,$13,$11,$0
@@ -170,7 +171,6 @@ MaskEnFreezePacket: ; 72881 (1c:6881)
MaskEnCancelPacket: ; 72891 (1c:6891)
MASK_EN 0
-
; These are DATA_SND packets containing SNES code.
; This set of packets is found in several Japanese SGB-compatible titles.
; It appears to be part of NCL's SGB devkit.