User contributions for Mikelan98
Jump to navigation
Jump to search
10 March 2023
- 19:3019:30, 10 March 2023 diff hist 0 MediaWiki:Common.css No edit summary current
- 19:3019:30, 10 March 2023 diff hist 0 MediaWiki:Common.css No edit summary
- 19:2819:28, 10 March 2023 diff hist 0 MediaWiki:Common.css No edit summary
- 19:2819:28, 10 March 2023 diff hist 0 MediaWiki:Common.css No edit summary
- 19:2619:26, 10 March 2023 diff hist 0 MediaWiki:Common.css No edit summary
14 August 2022
- 17:5217:52, 14 August 2022 diff hist +35 Nop (script command) No edit summary current
- 17:4917:49, 14 August 2022 diff hist +2 Template:InfoboxScriptCommand No edit summary current
- 17:4717:47, 14 August 2022 diff hist +844 Template:InfoboxScriptCommand No edit summary
- 15:4215:42, 14 August 2022 diff hist +2,502 Main Page No edit summary current
- 14:0914:09, 14 August 2022 diff hist −11 List of script commands (HGSS) No edit summary current
- 13:3813:38, 14 August 2022 diff hist −13 Level script (Gen IV) No edit summary current
- 13:3713:37, 14 August 2022 diff hist +44 Category:Gen IV scripting No edit summary current
- 13:3613:36, 14 August 2022 diff hist +36 N Category:Gen IV scripting Created page with "Pages related with Gen IV scripting."
- 12:4812:48, 14 August 2022 diff hist +29 N Category:Scripting Created page with "Pages related with scripting." current
- 12:1312:13, 14 August 2022 diff hist 0 N File:Pokehacking logo.png No edit summary current
- 10:5910:59, 14 August 2022 diff hist +42 List of script commands (HGSS) No edit summary
- 10:5710:57, 14 August 2022 diff hist +30 Nop (script command) Adding categories
- 10:5510:55, 14 August 2022 diff hist +44 Variable (scripting) No edit summary current
- 10:5410:54, 14 August 2022 diff hist +44 Level script (Gen IV) Adding categories
12 August 2022
- 16:0616:06, 12 August 2022 diff hist +292 N Nop (script command) Created page with "{{InfoboxScriptCommand|name=Nop|sdsmeName=Nop|function=Nothing|numberDP=0000|numberPt=0000|numberHGSS=0000|nextNumberDP=0001|nextNumberPt=0001|nextNumberHGSS=0001|nextDP=Dummy|nextPt=Dummy|nextHGSS=Dummy}} The '''Nop''' script command is meant to do nothing. It can be used as a placeholder."
- 15:5815:58, 12 August 2022 diff hist +50 Template:InfoboxScriptCommand No edit summary
- 15:5515:55, 12 August 2022 diff hist +77 Template:InfoboxScriptCommand No edit summary
- 15:5315:53, 12 August 2022 diff hist −3 Template:InfoboxScriptCommand No edit summary
- 15:4615:46, 12 August 2022 diff hist +21 List of script commands (HGSS) No edit summary
- 15:4315:43, 12 August 2022 diff hist +4,295 N Template:InfoboxScriptCommand Created page with "<table class="tabscript"> <tr> <th colspan="3" class="title"><p class="name">{{{name|Name}}}</p><p class="subname">Script Command</p></th> </tr> <tr> <th colspan="3" class="subtitle">Other names</th> </tr> <tr> <td style="text-align:center">SDSME</td> <td colspan="2" style="font-style: italic;">{{#if:{{{sdsmeName|1}}}|{{{sdsmeName|Name in SDSME}}}|Unknown}}</td> </tr> <tr> <td style="text-align:center">DSPRE</td> <td colspan="2" styl..."
- 15:3715:37, 12 August 2022 diff hist +138 MediaWiki:Common.css No edit summary
- 13:0513:05, 12 August 2022 diff hist +227 N Template:GameVersion Created page with "[[File:Icon_{{{1|DP}}}.png|link={{#switch: {{{1}}} | DP = Pokémon Diamond and Pearl | Pt = Pokémon Platinum | HGSS = Pokémon HeartGold and SoulSilver | BW = Pokémon Black and White | B2W2 = Pokémon Black 2 and White 2 }}]]" current
- 12:5312:53, 12 August 2022 diff hist 0 MediaWiki:Common.css No edit summary
- 12:5212:52, 12 August 2022 diff hist +30 MediaWiki:Common.css No edit summary
- 12:4912:49, 12 August 2022 diff hist 0 MediaWiki:Common.css No edit summary
- 12:4912:49, 12 August 2022 diff hist 0 MediaWiki:Common.css No edit summary
- 12:4812:48, 12 August 2022 diff hist 0 MediaWiki:Common.css No edit summary
- 12:4712:47, 12 August 2022 diff hist +555 MediaWiki:Common.css No edit summary
- 11:4911:49, 12 August 2022 diff hist 0 N File:Icon B2W2.png No edit summary current
- 11:4911:49, 12 August 2022 diff hist 0 N File:Icon BW.png No edit summary current
- 11:4811:48, 12 August 2022 diff hist 0 N File:Icon HGSS.png No edit summary current
- 11:4811:48, 12 August 2022 diff hist 0 N File:Icon Pt.png No edit summary current
- 11:4811:48, 12 August 2022 diff hist 0 N File:Icon DP.png No edit summary current
- 11:1611:16, 12 August 2022 diff hist +79 Level script (Gen IV) No edit summary
- 11:1311:13, 12 August 2022 diff hist +2,285 Level script (Gen IV) No edit summary
11 August 2022
- 23:4223:42, 11 August 2022 diff hist +4,307 N Variable (scripting) Created page with "'''Script variables''' consist on a memory region where numeric values can be stored and operated by the game. Each variable is a {{u16}} value that can be dynamically read and written, not only by the scripts but also from the main code. Most of the variables are saved in the savegame file, allowing us to use them as checkpoints in the gameplay, to control the scripts behaviour during the story and to enable or disable certain events. There is a limited number of usable..."
- 18:1218:12, 11 August 2022 diff hist +25 Level script (Gen IV) →Call triggered by variables
- 18:0918:09, 11 August 2022 diff hist +3,035 N Level script (Gen IV) Created page with "Level scripts are special script files that are executed under specific circumstances, most of them related with the overworld initialization process. They don't contain normal script commands, since their only task is to call scripts of the local script archive (the ones editable with SDSME, PPRE or DSPRE). The binary file of level scripts is formed by the concatenation of encoded call commands. There are 4 call types in Generation IV level scripts. ==End==..."
- 17:5617:56, 11 August 2022 diff hist +105 N Template:Box Created page with "<div style="padding: 0.8em 1.0em; border: 1px solid #eaecf0; background-color: #f8f9fa">{{{1|Box}}}</div>" current
- 17:4417:44, 11 August 2022 diff hist +38 N Template:Error Created page with "<div class="error">{{{1|Error}}}</div>" current
- 17:4317:43, 11 August 2022 diff hist +42 N Template:Warning Created page with "<div class="warning">{{{1|Warning}}}</div>" current
- 17:4217:42, 11 August 2022 diff hist 0 MediaWiki:Common.css No edit summary
- 17:4017:40, 11 August 2022 diff hist +36 N Template:Note Created page with "<div class="note">{{{1|Note}}}</div>" current
- 17:3917:39, 11 August 2022 diff hist 0 MediaWiki:Common.css No edit summary
- 17:3817:38, 11 August 2022 diff hist 0 MediaWiki:Common.css No edit summary