Difference between revisions of "User:Pride"
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
8006c3dc - [[Bar Menu Idle Routine|Menu Controller]] | 8006c3dc - [[Bar Menu Idle Routine|Menu Controller]] | ||
− | 80092434 - [[00092434 - 00092614|Fact Menu Idle]] | + | 80092434 - [[00092434 - 00092614|Fact Menu Idle (x2E)]] |
80092618 - [[00092618 - 000928a8|Display Fact Description]] | 80092618 - [[00092618 - 000928a8|Display Fact Description]] | ||
+ | 800928ac - [[000928ac - 00092b00|Display Fact Name Outer? (x2F)]] | ||
==Comments== | ==Comments== | ||
8009e690 is the location of the pointer table for the Menu Controller routine, Facts are called with the routines x2E (80092434 - Fact Menu Idle) and x2F (800928ac - Display Fact Name?). It appears pointers x3A - x3C are available for custom functions if needed. | 8009e690 is the location of the pointer table for the Menu Controller routine, Facts are called with the routines x2E (80092434 - Fact Menu Idle) and x2F (800928ac - Display Fact Name?). It appears pointers x3A - x3C are available for custom functions if needed. | ||
+ | |||
+ | ==Data Locations== |
Revision as of 22:44, 23 March 2021
Important Fact Routines
8006c3dc - Menu Controller 80092434 - Fact Menu Idle (x2E) 80092618 - Display Fact Description 800928ac - Display Fact Name Outer? (x2F)
Comments
8009e690 is the location of the pointer table for the Menu Controller routine, Facts are called with the routines x2E (80092434 - Fact Menu Idle) and x2F (800928ac - Display Fact Name?). It appears pointers x3A - x3C are available for custom functions if needed.