We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
B_OAM_PRIO
1 parent 3f7476c commit eb6ee9fCopy full SHA for eb6ee9f
hardware.inc
@@ -967,7 +967,7 @@ def OAMA_X rb ; 1
967
def OAM_X_OFS equ 8 ; subtract 8 from what's written to OAM to get the real X position
968
def OAMA_TILEID rb ; 2
969
def OAMA_FLAGS rb ; 3
970
- def B_OAM_PRIO equ 7 ; whether the OBJ is drawn above BG colors 1-3
+ def B_OAM_PRIO equ 7 ; whether the OBJ is drawn below BG colors 1-3
971
def B_OAM_YFLIP equ 6 ; whether the whole OBJ is flipped vertically
972
def B_OAM_XFLIP equ 5 ; whether the whole OBJ is flipped horizontally
973
def B_OAM_PAL1 equ 4 ; (DMG only) which of the two palettes the OBJ uses
0 commit comments