$80:83AE: Difference between revisions

From ZAMN Hacking
Content added Content deleted
(Created page with "{{Infobox ROM address|length=0x27|type=Code|name=runOnVBlank|description=Creates a VBlank listener|args=Y+A = [pointer32] Listener subroutine<br/>Returns X = [uint16] Listener ID|ret_type=RTL}} The given subroutine returns a value in the carry indicating if it should continue to run on the next frame. Category:ROM address")
 
No edit summary
Line 1: Line 1:
{{Infobox ROM address|length=0x27|type=Code|name=runOnVBlank|description=Creates a VBlank listener|args=Y+A = [pointer32] Listener subroutine<br/>Returns X = [uint16] Listener ID|ret_type=RTL}}
{{Infobox ROM address|length=0x27|type=Code|name=runOnVBLANK|description=Creates a VBLANK listener|args=Y+A = [pointer32] Listener subroutine<br/>Returns X = [uint16] Listener ID|ret_type=RTL}}


The given subroutine returns a value in the carry indicating if it should continue to run on the next frame.
The given subroutine returns a value in the carry indicating if it should continue to run on the next frame.

Revision as of 00:33, 17 June 2024

ROM address data
Length 0x27
Type Code
Name runOnVBLANK
Description Creates a VBLANK listener
Arguments/Return value Y+A = [pointer32] Listener subroutine
Returns X = [uint16] Listener ID
Return type RTL

The given subroutine returns a value in the carry indicating if it should continue to run on the next frame.