;********************************************************************* ;* * ;* ------------------------ * ;* STARFOX2 * ;* ------------------------ * ;* * ;* File : myvars.mc * ;* Description ; marioRAM alocate * ;* Date : 1994.10.11 * ;* Author : H.Yajima * ;* * ;********************************************************************* ; ; ; ; ;********************************************************************* ; library work ;********************************************************************* malc m_dpolywork,20*50 ;********************************************************************* ; library work ;********************************************************************* malc m_yjrandom,2 malc m_gameframe_trigger,2 malc m_conttrigger,2 ; key controller trigger malc m_returnaddr,2 ; JSR -> return address malc m_rtl,4 ; JSL -> return address (+0) ; -> return bank (+2) malc m_gyoulimit,2 ; ( mprintWWstring ) gyou limit malc m_gyoucount,2 ; ( // ) count ;********************************************************************* ; debug memory ;********************************************************************* malc m_yjtest,32 malc m_testcount,2 ;********************************************************************* ; draw face program ;********************************************************************* malc m_facerts,2 ;********************************************************************* ; map message program ;********************************************************************* malc m_mapmessage_rts,2 ; RTS work malc m_mapmessage_color,2 ; mapmessgae color malc m_mapmessage_mode,2 ; opendemo / map malc m_mapmessage_mouth,2 ; mouth move malc m_messageend,2 ; message END flag malc m_playernumber,4 ; p1No/p2No malc m_mappause_index,2 ; mappause process index malc m_mapmessageNo,2 ; message display Number malc m_mapmessage_counter,2 ; message INC counter malc m_mapBG1scrollX,2 ; message BG scroll X malc m_mapBG1scrollY,2 ; message BG scroll Y malc m_messagetimer,2 ; message display timeinit ;------------------------------------------------- ; mapmessage work ;------------------------------------------------- malc m_mapcursor,2 malc m_planetno,2 malc m_planetstep,2 malc m_message_sos,2 malc m_message_guard,2 malc m_message_stepup,2 malc m_planet_stepup,2 malc m_mapcursorX,2 malc m_mapcursorY,2 malc m_playerNo,2 malc m_mapstatus,2 ;------------------------------------------------- ;========================================================================= ;=========================================================================