Changes
=== RULES DECIDED SO FAR ===
==== Screen resolution ====
Has been set to 256x256 for optimal performance.
==== Global values accessible from all assembler routines ====
There will be 4 assembler values called sMIDP2lib_clipX, sMIDP2lib_clipY, sMIDP2lib_clipWidth and sMIDP2lib_clipHeight. They'll contain the coordinates and dimensions set by setClip(int x, int y, int width, int height) method, so that all other assembler routines can retrieve them. Each of these 4 values will be 1 byte.