Changes
Jump to navigation
Jump to search
no edit summary
* Opcode: '''0xE4'''
* Short name: '''BGCLR'''
* Long name: Background Clear
==== Memory layout ====
{| border="1" cellspacing="1" cellpadding="3" style="border: 1px solid black; border-collapse: collapse;"
! width="40" | 0xE4
! width="40" | ''B''
! width="40" | ''A''
|}
==== Arguments ====
* '''const UByte''' ''B'': Bank to retrieve ''A'', or zero if ''A'' is specified as a literal.
* '''const UByte''' ''A'': The ID of the background area to clear, as specified in the background's sprite.
==== Description ====
Hides all portions of background whose sprite specifies that it belongs to the background area given by ''A''.
* Short name: '''BGCLR'''
* Long name: Background Clear
==== Memory layout ====
{| border="1" cellspacing="1" cellpadding="3" style="border: 1px solid black; border-collapse: collapse;"
! width="40" | 0xE4
! width="40" | ''B''
! width="40" | ''A''
|}
==== Arguments ====
* '''const UByte''' ''B'': Bank to retrieve ''A'', or zero if ''A'' is specified as a literal.
* '''const UByte''' ''A'': The ID of the background area to clear, as specified in the background's sprite.
==== Description ====
Hides all portions of background whose sprite specifies that it belongs to the background area given by ''A''.