[Max G Lance Ammo127 Start Right]
60D30170 00000000
B0D30170 00000000
60001B70 00000000
B0001B70 00000000
DD000000 00000018
200027D4 0000007F
D2000000 00000000



void	Max_G_Lance_Ammo127_Start_Right(void)
{
	if (READU32(offset + 0xD30170) != 0)
	{
		offset = READU32(offset + 0xD30170);
		if (READU32(offset + 0x1B70) != 0)
		{
			offset = READU32(offset + 0x1B70);
			if (is_pressed(ST + R))
			{
				WRITEU8(offset + 0x27D4, 0x7F);
				offset = 0;
				data = 0;
			}
		}
	}
}

