User contributions for Raphi

A user with 404 edits. Account created on 2 August 2024.
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

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 boxCreated 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 CountCreated 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

8 August 2024

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 BytecodeCreated 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 RNGRedirected page to Random number generator current Tag: New redirect
  • 07:5607:56, 7 August 2024 diff hist +2,111 Script directoryNo edit summary
  • 07:4607:46, 7 August 2024 diff hist +38 m Collision map fileNo edit summary
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)