123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397 |
- *******************************************************
- ***** BUTTON DATA *****
- *******************************************************
- ****BUTTON DATA FOR ALL EDITOR/MUSIC DRAW ROUTINES*****
- *******************************************************
- top_level_list
- dc.l exit_system_button,graphics_system_button
- dc.l edit_system_button,editdata_system_button
- dc.l load_project_file_button,save_project_file_button
- dc.l system_setup_button,-1
- exit_system_button
- dc.w BUTTON_1
- dc.w FOURTH_ROW
- dc.w MAIN_BUTTON_SCREEN ;frame type
- dc.b STANDARD_BUTTON ;standard
- dc.b NOT_DEPRESSED
- dc.b 0
- dc.b 0 ;not used
- dc.l 0 ;not used
- dc.l 0 ;not used
- dc.l check_kill
- dc.b "EXIT",0
- EVEN
- graphics_system_button
- dc.w BUTTON_1
- dc.w FIRST_ROW
- dc.w MAIN_BUTTON_SCREEN ;frame type
- dc.b STANDARD_BUTTON ;standard
- dc.b NOT_DEPRESSED
- dc.b 0
- dc.b 0 ;not used
- dc.l 0 ;not used
- dc.l 0 ;not used
- dc.l display_graphic_buttons
- dc.b "GRAPHICS",0
- EVEN
- edit_system_button
- dc.w BUTTON_2
- dc.w FIRST_ROW
- dc.w MAIN_BUTTON_SCREEN ;frame type
- dc.b STANDARD_BUTTON ;standard
- dc.b NOT_DEPRESSED
- dc.b 0
- dc.b 0 ;not used
- dc.l 0 ;not used
- dc.l 0 ;not used
- dc.l display_edit_buttons
- dc.b "EDIT MAP",0
- EVEN
- editdata_system_button
- dc.w BUTTON_3
- dc.w FIRST_ROW
- dc.w MAIN_BUTTON_SCREEN ;frame type
- dc.b STANDARD_BUTTON ;standard
- dc.b NOT_DEPRESSED
- dc.b 0
- dc.b 0 ;not used
- dc.l 0 ;not used
- dc.l 0 ;not used
- dc.l bring_up_data_function
- dc.b "EDIT DATA",0
- EVEN
- system_setup_button
- dc.w BUTTON_4
- dc.w FIRST_ROW
- dc.w MAIN_BUTTON_SCREEN ;frame type
- dc.b STANDARD_BUTTON ;standard
- dc.b NOT_DEPRESSED
- dc.b 0
- dc.b 0 ;not used
- dc.l 0 ;not used
- dc.l 0 ;not used
- dc.l display_setup_window
- dc.b "MAP SETUP",0
- EVEN
- load_project_file_button
- dc.w BUTTON_1
- dc.w SECOND_ROW
- dc.w MAIN_BUTTON_SCREEN ;frame type
- dc.b STANDARD_BUTTON ;standard
- dc.b NOT_DEPRESSED
- dc.b 0
- dc.b 0 ;not used
- dc.l 0 ;not used
- dc.l 0 ;not used
- dc.l load_project_requester
- dc.b "LOAD PROJ",0
- EVEN
- save_project_file_button
- dc.w BUTTON_2
- dc.w SECOND_ROW
- dc.w MAIN_BUTTON_SCREEN ;frame type
- dc.b STANDARD_BUTTON ;standard
- dc.b NOT_DEPRESSED
- dc.b 0
- dc.b 0 ;not used
- dc.l 0 ;not used
- dc.l 0 ;not used
- dc.l save_project_requester
- dc.b "SAVE PROJ",0
- EVEN
- *********GRAPHICS BUTTONS****************
- graphic_list
- dc.l exit_graphics_button,load_graphics_button
- dc.l save_graphics_button,copy_graphics_button
- dc.l exchange_graphics_button,move_graphics_button,edit_data_button
- dc.l load_block_data_button,save_block_data_button,combine_graphics_button
- dc.l xflip_graphics_button,yflip_graphics_button
- dc.l rotate_graphics_button,select_data_button,view_data_button,edit_blk_button
- graphic_page_buttons
- dc.l page1_graphics_button,page2_graphics_button
- dc.l page3_graphics_button,page4_graphics_button
- dc.l scrolldown_graphics_button
- dc.l scrollup_graphics_button,-1
-
- exit_graphics_button
- dc.w BUTTON_1
- dc.w FOURTH_ROW
- dc.w MAIN_BUTTON_SCREEN ;frame type
- dc.b STANDARD_BUTTON ;standard
- dc.b NOT_DEPRESSED
- dc.b 0
- dc.b 0 ;not used
- dc.l 0 ;not used
- dc.l 0 ;not used
- dc.l remove_graphic_buttons
- dc.b "EXIT",0
- EVEN
- load_graphics_button
- dc.w BUTTON_1
- dc.w FIRST_ROW
- dc.w MAIN_BUTTON_SCREEN ;frame type
- dc.b STANDARD_BUTTON ;standard
- dc.b NOT_DEPRESSED
- dc.b 0
- dc.b 0 ;not used
- dc.l 0 ;not used
- dc.l 0 ;not used
- dc.l load_an_image_file
- dc.b "LOAD PIC",0
- EVEN
- save_graphics_button
- dc.w BUTTON_1
- dc.w SECOND_ROW
- dc.w MAIN_BUTTON_SCREEN ;frame type
- dc.b STANDARD_BUTTON ;standard
- dc.b NOT_DEPRESSED
- dc.b 0
- dc.b 0 ;not used
- dc.l 0 ;not used
- dc.l 0 ;not used
- dc.l save_pic_window
- dc.b "SAVE PIC",0
- EVEN
- copy_graphics_button
- dc.w BUTTON_2
- dc.w FIRST_ROW
- dc.w MAIN_BUTTON_SCREEN ;frame type
- dc.b STANDARD_BUTTON ;standard
- dc.b NOT_DEPRESSED
- dc.b MODE_COPY_BLOCK
- dc.b 0 ;not used
- dc.l 0 ;not used
- dc.l 0 ;not used
- dc.l select_block_mode
- dc.b "COPY BLOCK",0
- EVEN
- exchange_graphics_button
- dc.w BUTTON_2
- dc.w SECOND_ROW
- dc.w MAIN_BUTTON_SCREEN ;frame type
- dc.b STANDARD_BUTTON ;standard
- dc.b NOT_DEPRESSED
- dc.b MODE_EXCHANGE_BLOCK
- dc.b 0 ;not used
- dc.l 0 ;not used
- dc.l 0 ;not used
- dc.l select_block_mode
- dc.b "XCNG BLOCK",0
- EVEN
- move_graphics_button
- dc.w BUTTON_2
- dc.w THIRD_ROW
- dc.w MAIN_BUTTON_SCREEN ;frame type
- dc.b STANDARD_BUTTON ;standard
- dc.b NOT_DEPRESSED
- dc.b MODE_MOVE_BLOCK
- dc.b 0 ;not used
- dc.l 0 ;not used
- dc.l 0 ;not used
- dc.l select_block_mode
- dc.b "MOVE BLOCK",0
- EVEN
- combine_graphics_button
- dc.w BUTTON_2
- dc.w FOURTH_ROW
- dc.w MAIN_BUTTON_SCREEN ;frame type
- dc.b STANDARD_BUTTON ;standard
- dc.b NOT_DEPRESSED
- dc.b MODE_COMBINE_BLOCK
- dc.b 0 ;not used
- dc.l 0 ;not used
- dc.l 0 ;not used
- dc.l select_block_mode
- dc.b "COMBINE",0
- EVEN
- load_block_data_button
- dc.w BUTTON_4
- dc.w FIRST_ROW
- dc.w MAIN_BUTTON_SCREEN ;frame type
- dc.b STANDARD_BUTTON ;standard
- dc.b NOT_DEPRESSED
- dc.b 0
- dc.b 0 ;not used
- dc.l 0 ;not used
- dc.l 0 ;not used
- dc.l load_block_data
- dc.b "LOAD DATA",0
- EVEN
- save_block_data_button
- dc.w BUTTON_4
- dc.w SECOND_ROW
- dc.w MAIN_BUTTON_SCREEN ;frame type
- dc.b STANDARD_BUTTON ;standard
- dc.b NOT_DEPRESSED
- dc.b 0
- dc.b 0 ;not used
- dc.l 0 ;not used
- dc.l 0 ;not used
- dc.l save_block_data
- dc.b "SAVE DATA",0
- EVEN
- xflip_graphics_button
- dc.w BUTTON_3
- dc.w FIRST_ROW
- dc.w MAIN_BUTTON_SCREEN ;frame type
- dc.b STANDARD_BUTTON ;standard
- dc.b NOT_DEPRESSED
- dc.b MODE_XFLIP_BLOCK
- dc.b 0 ;not used
- dc.l 0 ;not used
- dc.l 0 ;not used
- dc.l select_block_mode
- dc.b "XFLIP",0
- EVEN
- yflip_graphics_button
- dc.w BUTTON_3
- dc.w SECOND_ROW
- dc.w MAIN_BUTTON_SCREEN ;frame type
- dc.b STANDARD_BUTTON ;standard
- dc.b NOT_DEPRESSED
- dc.b MODE_YFLIP_BLOCK
- dc.b 0 ;not used
- dc.l 0 ;not used
- dc.l 0 ;not used
- dc.l select_block_mode
- dc.b "YFLIP",0
- EVEN
- rotate_graphics_button
- dc.w BUTTON_3
- dc.w THIRD_ROW
- dc.w MAIN_BUTTON_SCREEN ;frame type
- dc.b STANDARD_BUTTON ;standard
- dc.b NOT_DEPRESSED
- dc.b MODE_ROTATE_BLOCK
- dc.b 0 ;not used
- dc.l 0 ;not used
- dc.l 0 ;not used
- dc.l select_block_mode
- dc.b "ROTATE",0
- EVEN
- page1_graphics_button
- dc.w BUTTON_5+120
- dc.w FIRST_ROW+17
- dc.w MAIN_BUTTON_SCREEN ;frame type
- dc.b CUSTOM_BUTTON+TOGGLE_BUTTON
- dc.b NOT_DEPRESSED
- dc.b 1
- dc.b 0 ;not used
- dc.l page1_button
- dc.l 0 ;not used
- dc.l change_page
- dc.b 0
- EVEN
- page2_graphics_button
- dc.w BUTTON_5+148
- dc.w FIRST_ROW+17
- dc.w MAIN_BUTTON_SCREEN ;frame type
- dc.b CUSTOM_BUTTON+TOGGLE_BUTTON
- dc.b NOT_DEPRESSED
- dc.b 2
- dc.b 0 ;not used
- dc.l page2_button
- dc.l 0 ;not used
- dc.l change_page
- dc.b 0
- EVEN
-
- page3_graphics_button
- dc.w BUTTON_5+120
- dc.w FIRST_ROW+13+17
- dc.w MAIN_BUTTON_SCREEN ;frame type
- dc.b CUSTOM_BUTTON+TOGGLE_BUTTON
- dc.b NOT_DEPRESSED
- dc.b 3
- dc.b 0 ;not used
- dc.l page3_button
- dc.l 0 ;not used
- dc.l change_page
- dc.b 0
- EVEN
-
- page4_graphics_button
- dc.w BUTTON_5+148
- dc.w FIRST_ROW+13+17
- dc.w MAIN_BUTTON_SCREEN ;frame type
- dc.b CUSTOM_BUTTON+TOGGLE_BUTTON
- dc.b NOT_DEPRESSED
- dc.b 4
- dc.b 0 ;not used
- dc.l page4_button
- dc.l 0 ;not used
- dc.l change_page
- dc.b 0
- EVEN
- scrollup_graphics_button
- dc.w BUTTON_5+44
- dc.w FIRST_ROW+8
- dc.w MAIN_BUTTON_SCREEN ;frame type
- dc.b CUSTOM_BUTTON+TOGGLE_BUTTON
- dc.b NOT_DEPRESSED
- dc.b 0
- dc.b 0 ;not used
- dc.l arrow_up
- dc.l 0 ;not used
- dc.l change_graphics_position_down
- dc.b 0
- EVEN
-
- scrolldown_graphics_button
- dc.w BUTTON_5+44
- dc.w FIRST_ROW+28
- dc.w MAIN_BUTTON_SCREEN ;frame type
- dc.b CUSTOM_BUTTON+TOGGLE_BUTTON
- dc.b NOT_DEPRESSED
- dc.b 0
- dc.b 0 ;not used
- dc.l arrow_down
- dc.l 0 ;not used
- dc.l change_graphics_position_up
- dc.b 0
- EVEN
- detect_generic_button
- dc.w 0
- dc.w 0
- dc.w MAIN_SCREEN ;frame type
- dc.b CUSTOM_BUTTON
- dc.b NOT_DEPRESSED
- dc.b 0
- dc.b 0 ;not used
- dc.l screen_custom_button
- dc.l 0 ;not used
- dc.l select_relavant_mode
- dc.b 0
- EVEN
|