Language…
15 users online:  Ahrion,  Atari2.0, autisticsceptile1993, codfish1002, eltiolavara9, Heitor Porfirio, Ice Man, koffe190, LazyRuns, LucasRCD, Mischievous Marc, RicardoDeMelo,  Ringo, sinseiga, YuriGamer - Guests: 263 - Bots: 269
Users: 64,795 (2,375 active)
Latest user: mathew

Rokko Chan - Jet Man(Mega Man X3 Style) by JX444444

File Name: Rokko Chan - Jet Man(Mega Man X3 Style)
Submitted: by 444444XJ
Authors: 444444XJ
Insert Size: 0x058B bytes
Type: Song
Sample Usage: Many
Source: Remix
Duration: 0:32
Featured: No
Description: There was a cut off at the end, so we added q7c ^=1.

and Merry Christmas.
SPC

This is a nice remix but there's a big optimization issue going on: You have many loops that are too small, if you're gonna loop 5 notes or less without labels then I suggest you use [[ ]] because it takes less space that way.

For example:

This:
Code
    [g+g+ > c < g+]2
    [a+a+ > d < a+]2


Should become this:
Code
    [[g+g+ > c < g+]]2
    [[a+a+ > d < a+]]2


This:
Code
    [d+]8 [d]8 [c]8 < [a+]8 >


Should become this:
Code
    [[d+]]8 [[d]]8 [[c]]8 < [[a+]]8 >


Also, you forgot to change "mmx3" to "JetMan(MMX3)"