1: =============================================================================
     2: ==========================
     3: NOTES FOR GZMCP DEVELOPERS
     4: ==========================
     5: =============================================================================
     6: 
     7: -----------------------------------------------------------------------------
     8: to get a commented version of the code
     9: -----------------------------------------------------------------------------
    10: 
    11: try asking the author via email
    12: 
    13: 
    14: -----------------------------------------------------------------------------
    15: to quickly test under emulation, assuming desmume is installed
    16: -----------------------------------------------------------------------------
    17: 
    18: make dmtest
    19: 
    20: in /client-nds
    21: 
    22: 
    23: -----------------------------------------------------------------------------
    24: to change the default initial mode away from MODE_INTRO__MAIN
    25: -----------------------------------------------------------------------------
    26: 
    27: make dmtest FMODE=MODE_MAIN_MENU
    28: 
    29: 
    30: -----------------------------------------------------------------------------
    31: to add a new mode
    32: -----------------------------------------------------------------------------
    33: 
    34: FIXME
    35: 
    36: modes.c/h
    37: Makefile
    38: mode__intro__credits.c/h is a fairly simple example
    39: 
    40: =============================================================================
    41: =============================================================================
    42: