How about "Nicht zum Verkauf (eBay etc.) bestimmt." ?
Too late, it's already out. But everyone should understand what I mean
Hey....Somebody remembered me. Let me know if you need help or want to change the timings or key press of the intro. I'm going to redo that tutorial cause lots of people are having problems with it.
I haven't had any problems while adding the intro to a lorom, but I had problems with adding it to a hirom. A part of the graphics were pointed to the wrong location.
Example:
!SetBank = #$F5
!SetBank2 = #$F6 ;should always be 1 more than SetBank1 (not sure if it's same with HiRom)
!SetOffset = #$0000
...
org $F50000
incbin introfiles/intro.set
the graphics will start at $F5:0000 and end around $F5:CA00. The graphics in the first bank will be shown but the rest is pointed to a wrong location. The rest should be pointed to $F5:8000 instead of $F6:0000. So the code needs a !SetOffset2 label for hirom. I hope you understand what I mean