Skip to content

Commit eb6ee9f

Browse files
committed
Fix B_OAM_PRIO comment
1 parent 3f7476c commit eb6ee9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hardware.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -967,7 +967,7 @@ def OAMA_X rb ; 1
967967
def OAM_X_OFS equ 8 ; subtract 8 from what's written to OAM to get the real X position
968968
def OAMA_TILEID rb ; 2
969969
def OAMA_FLAGS rb ; 3
970-
def B_OAM_PRIO equ 7 ; whether the OBJ is drawn above BG colors 1-3
970+
def B_OAM_PRIO equ 7 ; whether the OBJ is drawn below BG colors 1-3
971971
def B_OAM_YFLIP equ 6 ; whether the whole OBJ is flipped vertically
972972
def B_OAM_XFLIP equ 5 ; whether the whole OBJ is flipped horizontally
973973
def B_OAM_PAL1 equ 4 ; (DMG only) which of the two palettes the OBJ uses

0 commit comments

Comments
 (0)