Skip to content

Commit debac99

Browse files
Add explanation for BOOTUP_B_* removal
1 parent 492fd92 commit debac99

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

hardware_compat.inc

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

386386
def BOOTUPB_B_AGB equ B_BOOTUP_B_AGB
387387

388+
; These values should not be relied upon; see
389+
; https://gbdev.io/pandocs/Power_Up_Sequence.html#cgbdmg_b
388390
def BOOTUP_B_CGB equ 0 << B_BOOTUP_B_AGB
389391
def BOOTUP_B_AGB equ 1 << B_BOOTUP_B_AGB
390392

0 commit comments

Comments
 (0)