Skip to content

Commit e2f7c5c

Browse files
authored
Use hardware constants for tile attributes in VermilionDockOAMBlock (#516)
1 parent 4eaccc4 commit e2f7c5c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

scripts/VermilionDock.asm

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -156,10 +156,10 @@ VermilionDock_EmitSmokePuff:
156156

157157
VermilionDockOAMBlock:
158158
; tile ID, attributes
159-
db $fc, $10
160-
db $fd, $10
161-
db $fe, $10
162-
db $ff, $10
159+
db $fc, OAM_PAL1
160+
db $fd, OAM_PAL1
161+
db $fe, OAM_PAL1
162+
db $ff, OAM_PAL1
163163

164164
VermilionDock_SyncScrollWithLY:
165165
ld h, d

0 commit comments

Comments
 (0)