Difference between revisions of "83Plus:BCALLs:4FF0"
From WikiTI
Line 1: | Line 1: | ||
− | + | {{Wikify}} | |
+ | <nowiki>_RunGraphingHook EQU 4FF0h ;Undocumented 1.13 MC | ||
;Checks the byte @ the address @ graphingHookPtr. | ;Checks the byte @ the address @ graphingHookPtr. | ||
;If the byte is 83, it runs the hook. If the byte | ;If the byte is 83, it runs the hook. If the byte |
Revision as of 09:54, 23 December 2005
Please format this article according to the guidelines and Wikification suggestions, then remove this {{Wikify}} notice from the article.
_RunGraphingHook EQU 4FF0h ;Undocumented 1.13 MC
;Checks the byte @ the address @ graphingHookPtr.
;If the byte is 83, it runs the hook. If the byte
;is different, it resets the graphing hook flag.
;Inputs: graphingHookPtr must be setup correctly
;Outputs: HL Int16 points to start of hook
; F Int8 F is 6A if not run