aboutsummaryrefslogtreecommitdiff
path: root/sword2/driver/driver96.h
diff options
context:
space:
mode:
Diffstat (limited to 'sword2/driver/driver96.h')
-rw-r--r--sword2/driver/driver96.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/sword2/driver/driver96.h b/sword2/driver/driver96.h
index d08180f979..48c0ca9c26 100644
--- a/sword2/driver/driver96.h
+++ b/sword2/driver/driver96.h
@@ -97,9 +97,8 @@ enum {
RDSPR_NOCOMPRESSION = 0x0040,
RDSPR_EDGEBLEND = 0x0080, // Unused
- // This is the high byte part of the sprite type which defines what
- // type of compression is used, as long as RDSPR_NOCOMPRESSION is not
- // defined.
+ // This defines what type of compression is used, as long as
+ // RDSPR_NOCOMPRESSION is not defined.
RDSPR_RLE16 = 0x0000,
RDSPR_RLE256 = 0x0100,