=============================================================================
==========================
NOTES FOR GZMCP DEVELOPERS
==========================
=============================================================================
-----------------------------------------------------------------------------
to get a commented version of the code
-----------------------------------------------------------------------------
try asking the author via email
-----------------------------------------------------------------------------
to quickly test under emulation, assuming desmume is installed
-----------------------------------------------------------------------------
make dmtest
in /client-nds
-----------------------------------------------------------------------------
to change the default initial mode away from MODE_INTRO__MAIN
-----------------------------------------------------------------------------
make dmtest FMODE=MODE_MAIN_MENU
-----------------------------------------------------------------------------
to add a new mode
-----------------------------------------------------------------------------
FIXME
modes.c/h
Makefile
mode__intro__credits.c/h is a fairly simple example
=============================================================================
=============================================================================