<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://shmups.wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Bankbank</id>
	<title>Shmups Wiki -- The Digital Library of Shooting Games - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://shmups.wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Bankbank"/>
	<link rel="alternate" type="text/html" href="https://shmups.wiki/library/Special:Contributions/Bankbank"/>
	<updated>2026-04-19T09:52:41Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.34.1</generator>
	<entry>
		<id>https://shmups.wiki/index.php?title=Soukyugurentai&amp;diff=21676</id>
		<title>Soukyugurentai</title>
		<link rel="alternate" type="text/html" href="https://shmups.wiki/index.php?title=Soukyugurentai&amp;diff=21676"/>
		<updated>2023-04-05T23:49:20Z</updated>

		<summary type="html">&lt;p&gt;Bankbank: Undo revision 21670 by Bankbank (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;stub page&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Bomb bonus&lt;br /&gt;
Bonuses are awarded for every bomb pickup once the player has reached 7 bombs (reaching 7 does nothing). Due to a bug, the actual stock also stops at 7 (it should correctly stop displaying at 9 and allow infinite stock, just like Mahou Daisakusen). Failing to pick up a bomb item clears the bonus index to 0, requiring a full restart of the bonus. Using a bomb or dying does not reset the bonus.&lt;br /&gt;
&lt;br /&gt;
The bonuses are 1000, 2000, 4000, 8000, 16000, 32000, 655371. Due to a bug, the bonus index is incremented twice by accident, so you only see 1000, 4000, 16000, 655371.&lt;br /&gt;
&lt;br /&gt;
Due to yet another bug, the bonus index is incorrectly capped at 6 (classical off-by-one due to confusing max bounds and array element count), exposing the beginning of a &lt;br /&gt;
different data table as the final bonus amount (leading to the last bonus being worth 655371)&lt;br /&gt;
&lt;br /&gt;
Messages by trap15 on July 2nd, 2022, STG Rev 2020 Discord server&lt;br /&gt;
&lt;br /&gt;
== Bosses ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Stage !! Name&lt;br /&gt;
|-&lt;br /&gt;
| 1 || Stealth Bomber &amp;quot;Gambiter&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 2 || Orbital Laser Satellite &amp;quot;Peril Dawn&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 3 || Anti-air Modular Tank &amp;quot;Descenter&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 4 || Tactical Null-G Combat Craft &amp;quot;Victimizer&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 5 || Low-altitude Tank Carrier &amp;quot;Gail Omen&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 6 || Prototype Planet-killer &amp;quot;King Midas&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 6-2 || Prototype Planet-killer &amp;quot;Gambiter MKII&amp;quot;&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Bankbank</name></author>
		
	</entry>
	<entry>
		<id>https://shmups.wiki/index.php?title=User:Bankbank&amp;diff=21671</id>
		<title>User:Bankbank</title>
		<link rel="alternate" type="text/html" href="https://shmups.wiki/index.php?title=User:Bankbank&amp;diff=21671"/>
		<updated>2023-04-05T17:56:18Z</updated>

		<summary type="html">&lt;p&gt;Bankbank: Created page with &amp;quot;https://www.romhacking.net/community/7395/&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;https://www.romhacking.net/community/7395/&lt;/div&gt;</summary>
		<author><name>Bankbank</name></author>
		
	</entry>
	<entry>
		<id>https://shmups.wiki/index.php?title=Soukyugurentai&amp;diff=21670</id>
		<title>Soukyugurentai</title>
		<link rel="alternate" type="text/html" href="https://shmups.wiki/index.php?title=Soukyugurentai&amp;diff=21670"/>
		<updated>2023-04-05T17:55:56Z</updated>

		<summary type="html">&lt;p&gt;Bankbank: info on scoring fix for st-v version&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;stub page&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Bomb bonus&lt;br /&gt;
Bonuses are awarded for every bomb pickup once the player has reached 7 bombs (reaching 7 does nothing). Due to a bug, the actual stock also stops at 7 (it should correctly stop displaying at 9 and allow infinite stock, just like Mahou Daisakusen). Failing to pick up a bomb item clears the bonus index to 0, requiring a full restart of the bonus. Using a bomb or dying does not reset the bonus.&lt;br /&gt;
&lt;br /&gt;
The bonuses are 1000, 2000, 4000, 8000, 16000, 32000, 655371. Due to a bug, the bonus index is incremented twice by accident, so you only see 1000, 4000, 16000, 655371.&lt;br /&gt;
&lt;br /&gt;
Due to yet another bug, the bonus index is incorrectly capped at 6 (classical off-by-one due to confusing max bounds and array element count), exposing the beginning of a &lt;br /&gt;
different data table as the final bonus amount (leading to the last bonus being worth 655371)&lt;br /&gt;
&lt;br /&gt;
Messages by trap15 on July 2nd, 2022, STG Rev 2020 Discord server&lt;br /&gt;
&lt;br /&gt;
== Fix info for bomb bonus bug as detailed above (ST-V version) ==&lt;br /&gt;
&lt;br /&gt;
A) change 6015B7A shll2 to shll (in the file fpr19188.13, change offset 12B7A from 45 08 to 45 00)&lt;br /&gt;
&lt;br /&gt;
B) change 6015b86 mov 0x06,r4 to mov 0x0a,r4 (in the file fpr19188.13, change offset 12B86 from E4 06 to E4 0A)&lt;br /&gt;
&lt;br /&gt;
note that this only fixes scoring from the table. bonuses still begin at 7, stock still stops at 7.&lt;br /&gt;
&lt;br /&gt;
== Bosses ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Stage !! Name&lt;br /&gt;
|-&lt;br /&gt;
| 1 || Stealth Bomber &amp;quot;Gambiter&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 2 || Orbital Laser Satellite &amp;quot;Peril Dawn&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 3 || Anti-air Modular Tank &amp;quot;Descenter&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 4 || Tactical Null-G Combat Craft &amp;quot;Victimizer&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 5 || Low-altitude Tank Carrier &amp;quot;Gail Omen&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 6 || Prototype Planet-killer &amp;quot;King Midas&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 6-2 || Prototype Planet-killer &amp;quot;Gambiter MKII&amp;quot;&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Bankbank</name></author>
		
	</entry>
</feed>