User contributions for Raphi
10 August 2024
- 16:0916:09, 10 August 2024 diff hist +158 RAM map (Boktai 2) No edit summary
- 16:0816:08, 10 August 2024 diff hist +1,921 RAM map (Boktai 3) No edit summary
- 15:0415:04, 10 August 2024 diff hist +19 Dialogue box →Boktai 3 portraits
- 15:0415:04, 10 August 2024 diff hist +155 RAM map (Boktai 3) No edit summary
- 14:5614:56, 10 August 2024 diff hist +829 N Dialogue box Created page with "== Boktai 3 portraits == {| class="wikitable" |- ! ID || Description |- | 0 || Django |- | 1 || Black Django |- | 2 || (friend connected) |- | 3 || Otenko |- | 4 || Sabata |- | 5 || Sabata without helment |- | 6 || Smith |- | 7 || Lita |- | 8 || Zazie |- | 9 || Violet |- | 10 || Kuro |- | 11 || Kid |- | 12 || Cheyenne |- | 13 || Lady |- | 14 || Coffin Shopkeeper |- | 15 || Ennio |- | 16 || Marcello |- | 17 || ??? (Snake) |- | 18 || Luis |- | 19 || Count |- | 20 || Hresv..."
- 14:3414:34, 10 August 2024 diff hist +57 m Inventory (Boktai 3) No edit summary
- 14:3414:34, 10 August 2024 diff hist +3,019 N Inventory (Boktai 3) Created page with "List of items and their indexes as used in the inventory data, chest definitions, etc. = Items = {| class="wikitable" |- ! Index || Name || Description || Durability |- | -1 || (empty) || - || - |- | 0 || Healer || Green medicine. Restores a little Life. || |- | 1 || Earthly Nut || Solar fruit. Restores some Life. || |- | 2 || Rotten Nut || Spoiled fruit. Restores Life, but... || - |- | 3 || Jerky || Well-dried monster meat. Restores lots of Life. || |- | 4 || Tasty Me..."
- 14:1914:19, 10 August 2024 diff hist +1,546 RAM map (Boktai 3) No edit summary
- 12:1112:11, 10 August 2024 diff hist +25,043 N Engine calls (Boktai 3) Created page with "This is a list of the engine calls (control 0x9906 and control 0xb745 opcodes) supported in Boktai 3 scripts. These all refer to native (THUMB) functions stored in the ROM. The tables are sorted by address, as similar functions tend to be stored close together in the ROM, whereas IDs are relatively random. = control 0x9906 = {| class="wikitable" |- ! ID || Address || # Uses || Descriptio..." Tag: Visual edit: Switched
- 11:2011:20, 10 August 2024 diff hist +16,308 N Maps (Boktai 3) Created page with "The following maps exist in Boktai 3. The names have been extracted from the string data. The init script is responsible for loading the map, spawning objects in it, etc. Generally, each room in Boktai 3 will be in its own separate map (in Boktai 1 and 2, it is common for multiple rooms to share one map). {| class="wikitable" |- ! ID || Name || Init script || Description |- | 0 || no_area || || |- | 1 || GET_MISSION_BOX || || |- | 2 || demo || ||..."
- 11:1311:13, 10 August 2024 diff hist +544,091 N Script list (Boktai 3) Created page with "This is a list of the scripts in the Boktai 3 script directory. * Map-specific scripts should use a name from the map list * See Engine calls (Boktai 3) for control 0x9906 and control 0xb745 reference {| class="wikitable" |- ! ID || Address || Group || Description |- | 0x0001 || 0x8dd6ba0 || || |- | 0x0002 || 0x8dd6d55 || || |- | 0x0003 || 0x8dd6d5f || || |- | 0x0004 || 0x8dd6d69 || || |- | 0x0005 || 0x8dd6d73 || || |- | 0x0006 || 0x8dd..."
- 10:5910:59, 10 August 2024 diff hist +425 N User:Count von Count Created page with "This is a bot that does some bookkeeping on the Wiki. Currently it performs the following tasks: * Keep the "Engine calls" pages in sync. When someone adds/updates documentation of an engine call for one game, the bot will search for the same engine call (matched by its ID) in the other games. If found, it will apply the updated documentation to those pages as well. [https://git.sr.ht/~raphi/count-von-count Source code]" current
9 August 2024
- 23:0523:05, 9 August 2024 diff hist +120 m Script directory No edit summary Tag: Visual edit: Switched
- 17:0817:08, 9 August 2024 diff hist 0 m ROM map (Boktai 2) Raphi moved page ROM Map (Boktai 2) to ROM map (Boktai 2) without leaving a redirect
- 17:0717:07, 9 August 2024 diff hist +41 ROM map (Boktai 2) No edit summary
- 17:0517:05, 9 August 2024 diff hist +1,744 N ROM map (Boktai 2) Created page with "This is the ROM map for Boktai 2 (U). <!-- Please create a new page for maps of other languages! For example "ROM map (Boktai 2, J)". --> {| class="wikitable" |- ! Address || Description |- | 0x080a83ac || undefined Django_CheckLvUp(void) |- | 0x08231a78 || byte * Script_ReadLength(byte * pc, uint * length) |- | 0x08231afc || byte * Script_GetValueCore(byte * pc, uint * param_2, int * out_value) |- | 0x08231d20 || undefined Script_StoreVariable(void) |- | 0x08231d70 ||..."
- 17:0117:01, 9 August 2024 diff hist +12,794 N Maps (Boktai 2) Created page with "The following maps exist in Boktai 2. The names have been extracted from the string data. The init script is responsible for loading the map, spawning objects in it, etc. {| class="wikitable" |- ! ID || Name || Init script || Description |- | 0 || no_area || || |- | 1 || demo || || |- | 2 || ending || || |- | 3 || title || || |- | 4 || vm00_00 || || |- | 5 || f00 || 051d || 6th Avenue |- | 6 || f01 || 052b || 10th Avenue |- | 7 || f02 || 0..."
- 16:5516:55, 9 August 2024 diff hist +22,841 N Engine calls (Boktai 2) Created page with "This is a list of the engine calls (control 0x9906 and control 0xb745 opcodes) supported in Boktai 2 scripts. These all refer to native (THUMB) functions stored in the ROM. The tables are sorted by address, as similar functions tend to be stored close together in the ROM, whereas IDs are relatively random. = control 0x9906 = {| class="wikitable" |- ! ID || Address || # Uses || Descriptio..."
- 15:5115:51, 9 August 2024 diff hist −36 Boktai Hacking Wiki:Copyrights Removed redirect to Boktai Hacking Wiki:About#Copyright current Tag: Removed redirect
- 15:5015:50, 9 August 2024 diff hist −419 Boktai Hacking Wiki:About →Copyright
- 15:5015:50, 9 August 2024 diff hist 0 m Template:Copyright Protected "Template:Copyright" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))
- 15:5015:50, 9 August 2024 diff hist +432 N Template:Copyright Created page with "All pages on this wiki are licensed under the [https://creativecommons.org/licenses/by-sa/4.0/ CC BY-SA 4.0] license. By creating or editing pages on this wiki, you give boktaihacking.net permission to use your content under the terms of that license. It is ''explicitly allowed'' to upload other files (resources, tools, romhacks, etc.) under a different license. Please correctly specify the license of any files you upload here."
- 14:5414:54, 9 August 2024 diff hist +149,644 N Script list (Boktai 2) Created page with "This is a list of the scripts in the Boktai 2 script directory. * Map-specific scripts should use a name from the map list * See Engine calls (Boktai 2) for control 0x9906 and control 0xb745 reference {| class="wikitable" |- ! ID || Address || Group || Description |- | 0x0001 || 0x08ce4b9c || || |- | 0x0002 || 0x08ce4ba2 || || |- | 0x0003 || 0x08ce4c02 || || |- | 0x0004 || 0x08ce4d18 || || |- | 0x0005 || 0x08ce4dcd || || |- | 0x000..."
- 13:5113:51, 9 August 2024 diff hist 0 m Releases Raphi moved page Games to Releases without leaving a redirect
- 13:3713:37, 9 August 2024 diff hist +789 Inventory (Boktai 2) No edit summary
- 13:2813:28, 9 August 2024 diff hist +1,775 Inventory (Boktai 2) No edit summary
- 13:2413:24, 9 August 2024 diff hist +3,821 Inventory (Boktai 2) No edit summary
- 13:1213:12, 9 August 2024 diff hist 0 m RAM map (Boktai 2) →Stat struct
- 13:1113:11, 9 August 2024 diff hist 0 RAM map (Boktai 2) →IWRAM
- 12:4212:42, 9 August 2024 diff hist +5,728 N Inventory (Boktai 2) Created page with "List of items and their indexes as used in the inventory data, chest definitions, etc. = Items = {| class="wikitable" |- ! Index || Name || Durability |- | -1 || (empty) || - |- |0 || Earthly Nut || 3840 (=> Rotten Nut) |- |1 || Solar Nut || 3840 (=> Rotten Nut) |- |2 || Speed Nut || 3840 (=> Rotten Nut) |- |3 || Tiptoe Nut || 3840 (=> Rotten Nut) |- |4 || Banana || 3840 (=> Rotten Nut) |- |5 || Chocolate Banana || 3840 (=> Rotten Nut) |- |6 || Bearnut || 3840 (=> Rott..."
- 08:3908:39, 9 August 2024 diff hist +143 m RAM map (Boktai 2) No edit summary
- 07:5707:57, 9 August 2024 diff hist +1,028 RAM map (Boktai 2) No edit summary
8 August 2024
- 18:4418:44, 8 August 2024 diff hist +2,054 RAM map (Boktai 2) No edit summary
- 15:5115:51, 8 August 2024 diff hist +367 RAM map (Boktai 2) No edit summary
- 15:2915:29, 8 August 2024 diff hist +59 N Category:File formats Created page with "These pages document file formats used by the Boktai games." current
- 15:2815:28, 8 August 2024 diff hist +61 N Category:Boktai 3 Created page with "These pages contain documentation and resources for Boktai 3." current
- 15:2815:28, 8 August 2024 diff hist +61 N Category:Boktai 2 Created page with "These pages contain documentation and resources for Boktai 2." current
- 15:2815:28, 8 August 2024 diff hist +61 N Category:Boktai 1 Created page with "These pages contain documentation and resources for Boktai 1." current
- 15:2815:28, 8 August 2024 diff hist +63 N Category:Documentation Created page with "These pages document the internal workings of the Boktai games." current
- 15:2715:27, 8 August 2024 diff hist +85 User:Raphi No edit summary
- 15:2515:25, 8 August 2024 diff hist +2,941 N User:Raphi/Import ROM map from Ghidra Created page with "Limited support for importing a ROM map from Ghidra. '''TODO:''' We need the ability to merge the wikitext output into an already existing page. 1. Export your functions from Ghidra using the following script: <syntaxhighlight lang="c" lines> /* ### * IP: GHIDRA * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apach..."
- 15:2215:22, 8 August 2024 diff hist +4,924 ROM map (Boktai 1) No edit summary
7 August 2024
- 16:5516:55, 7 August 2024 diff hist +50 Script list (Boktai 1) No edit summary
- 16:5416:54, 7 August 2024 diff hist +185,543 N Script list (Boktai 1) Created page with "This is a list of the scripts in the Boktai 1 script directory. The tables are sorted by address, as related scripts tend to be stored close together in the ROM, whereas IDs are relatively random. * Map-specific scripts should use a name from the map list * See Engine calls (Boktai 1) for control 0x9906 and control 0xb745 reference {| class="wikitable" |- ! ID || Address || Group || Description |- | 0xa59b || 0x08e41d4c || || |- | 0xa84b |..."
- 16:4616:46, 7 August 2024 diff hist +22,899 N Bytecode Created page with "= Script structure = * Bytecode scripts are stored in the script directory * A script must start with a <code>block</code> instruction. The script terminates either when that block ends, or with an explicit <code>return</code> instruction. * Blocks may only contain the following instructions as direct descendants: <code>end</code>, <code>expression</code>, <code>control</code>, and <code>[..."
- 16:4516:45, 7 August 2024 diff hist +23,326 N Engine calls (Boktai 1) Created page with "This is a list of the engine calls (control 0x9906 and control 0xb745 opcodes) supported in Boktai 1 scripts. These all refer to native (THUMB) functions stored in the ROM. The tables are sorted by address, as similar functions tend to be stored close together in the ROM, whereas IDs are relatively random. = control 0x9906 = {| class="wikitable" |- ! ID || Address || # Uses || Descriptio..."
- 15:5515:55, 7 August 2024 diff hist +23,329 N Maps (Boktai 1) Created page with "The following maps exist in Boktai 1. The names have been extracted from the string data. The init script is responsible for loading the map, spawning objects in it, etc. {| class="wikitable" |- ! ID || Name || Init script || Description |- | 0 || DOKODEMO_NAI || || |- | 1 || KANOKE_MISETTI || || |- | 2 || IDOUYUKA_NO_UE || || |- | 3 || HINODE_HINOIRI_DEMO || 0x0f07 || Sunrise/Sunset cutscenes |- | 4 || ENDING || 0x457f || Ending after defeati..."
- 10:2910:29, 7 August 2024 diff hist +37 N RNG Redirected page to Random number generator current Tag: New redirect
- 07:5607:56, 7 August 2024 diff hist +2,111 Script directory No edit summary
- 07:4607:46, 7 August 2024 diff hist +38 m Collision map file No edit summary