ROM map (Boktai 3): Difference between revisions
(Created page with "This is the ROM map for Boktai 3 (J). {| class="wikitable" |- ! Address || Type || Description |- | 0x08614d6c || mft_header[] || Master file table |} Category:Documentation Category:Boktai 3") |
No edit summary |
||
Line 3: | Line 3: | ||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
! Address | ! Address || Description | ||
|- | |- | ||
| | | 0x0821a66c || int Script_ReadLength(byte * pc, int * length) | ||
|- | |||
| 0x0821a6f0 || byte * Script_GetValueCore(byte * pc, uint * param_2, int * out_value) | |||
|- | |||
| 0x0821a91c || undefined Script_StoreVariable(void) | |||
|- | |||
| 0x0821a96c || byte * Script_SeekToKeyword(char kw) | |||
|- | |||
| 0x0821acdc || byte * Script_LookupById(int script_id, uint * param_2) | |||
|- | |||
| 0x0821ad08 || int Script_ExecById(int script_id, int param_2) | |||
|- | |||
| 0x0821add4 || char * Textbox_LookupString(int string_id) | |||
|- | |||
| 0x0821af2c || int Script_ExecBlock(byte * pc, undefined4 param_2, undefined4 param_3) | |||
|- | |||
| 0x0821afd8 || int Script_Exec(byte * pc, int param_2) | |||
|- | |||
| 0x0821b20c || undefined Script_LoadPointer(byte * param_1, uint * param_2, int param_3, uint * param_4) | |||
|- | |||
| 0x0821b3e4 || undefined Script_StorePointer(void) | |||
|- | |||
| 0x0821b938 || undefined Script_RunOperator(void) | |||
|- | |||
| 0x0821ba5c || int Script_RunExpression(byte * pc) | |||
|- | |||
| 0x0822c238 || undefined Sensor_GetBars(void) | |||
|- | |||
| 0x08248598 || int Math_Div(int dividend, int divisor) | |||
|- | |||
| 0x0824859c || int Math_Mod(int dividend, int divisor) | |||
|- | |||
| 0x08614d6c || [[Master file table]] | |||
|} | |} | ||
[[Category:Documentation]] | [[Category:Documentation]] | ||
[[Category:Boktai 3]] | [[Category:Boktai 3]] |
Revision as of 20:12, 10 August 2024
This is the ROM map for Boktai 3 (J).
Address | Description |
---|---|
0x0821a66c | int Script_ReadLength(byte * pc, int * length) |
0x0821a6f0 | byte * Script_GetValueCore(byte * pc, uint * param_2, int * out_value) |
0x0821a91c | undefined Script_StoreVariable(void) |
0x0821a96c | byte * Script_SeekToKeyword(char kw) |
0x0821acdc | byte * Script_LookupById(int script_id, uint * param_2) |
0x0821ad08 | int Script_ExecById(int script_id, int param_2) |
0x0821add4 | char * Textbox_LookupString(int string_id) |
0x0821af2c | int Script_ExecBlock(byte * pc, undefined4 param_2, undefined4 param_3) |
0x0821afd8 | int Script_Exec(byte * pc, int param_2) |
0x0821b20c | undefined Script_LoadPointer(byte * param_1, uint * param_2, int param_3, uint * param_4) |
0x0821b3e4 | undefined Script_StorePointer(void) |
0x0821b938 | undefined Script_RunOperator(void) |
0x0821ba5c | int Script_RunExpression(byte * pc) |
0x0822c238 | undefined Sensor_GetBars(void) |
0x08248598 | int Math_Div(int dividend, int divisor) |
0x0824859c | int Math_Mod(int dividend, int divisor) |
0x08614d6c | Master file table |