Check this out. I ran AndroChef Java Decompiler on the .dex executable which was converted to a .jar:

We had a link to the Japanese APK when the game just came out, but I can't seem to find the original Japanese APK anywhere. I can provide the files, just not the package. The files themselves are interesting too. All the music is MIDI, either it's the original I have no idea (fun fact: the GameLoft version uses OGGs, and the mobile phone ports of the game use MIDIs. The 1UP midi used in the mobile phone port in particular was actually converted from the original rom using GBA2MID, lel). The sound effects are all ogg files. Tiles were converted to .png.
You can download the extracted files here, along with the decompiled java stuff. Just open the .jar up in your favorite archive explorer, the decompiled code are in the .java files.


00