Skip to content

Commit 36b77b2

Browse files
Add BOOTUP_B_* to hardware_compat.inc
1 parent 8c9d6cd commit 36b77b2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

hardware_compat.inc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,9 @@ def OAM_B equ OAM_SIZE
385385

386386
def BOOTUPB_B_AGB equ B_BOOTUP_B_AGB
387387

388+
def BOOTUP_B_CGB equ 0 << B_BOOTUP_B_AGB
389+
def BOOTUP_B_AGB equ 1 << B_BOOTUP_B_AGB
390+
388391

389392
;******************************************************************************
390393
; Aliases

0 commit comments

Comments
 (0)