diff options
author | JimB16 <f1@jimb.de> | 2015-10-26 03:26:53 +0100 |
---|---|---|
committer | JimB16 <f1@jimb.de> | 2015-10-26 03:26:53 +0100 |
commit | 9a9cb38e39c991e102a1c6da7e8e16b2a1c61e07 (patch) | |
tree | 46c064628b3d8015da22d6396b3c711e80646745 /constants/map_setup_constants.asm | |
parent | 3b9a3cc3bee8934e45f5e4d3fd9704b3fa619560 (diff) | |
parent | 0d17d4a75866d053f5e0b48c66deb2508071d98b (diff) |
merge with newest update
Diffstat (limited to 'constants/map_setup_constants.asm')
-rw-r--r-- | constants/map_setup_constants.asm | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/constants/map_setup_constants.asm b/constants/map_setup_constants.asm new file mode 100644 index 000000000..e3088496f --- /dev/null +++ b/constants/map_setup_constants.asm @@ -0,0 +1,64 @@ +const_value SET $f0 + const MAPSETUP_00 + const MAPSETUP_WARP + const MAPSETUP_02 + const MAPSETUP_RELOADMAP + const MAPSETUP_04 + const MAPSETUP_05 + const MAPSETUP_06 + const MAPSETUP_07 + const MAPSETUP_08 + const MAPSETUP_09 + const MAPSETUP_10 + const MAPSETUP_BADWARP + +; Command descriptions from Condensation water's scripting compendium. const_def + const_def + + const map_lcd_on + const map_lcd_off + const map_sound_off + const map_music + const map_start_music + const map_fade_music + const map_fade + const map_bike_music + const map_music_force + const map_max_volume + const map_load_blocks + const map_connection_blocks + const map_save_screen + const map_buffer_screen + const map_load_graphics + const map_load_tileset_header + const map_time_of_day + const map_palettes + const map_wildmons + const map_sprites + const map_change_callback + const map_start_callback + const map_load_objects + const map_load_spawn + const map_load_connection + const map_load_warp + const map_attributes + const map_attributes_2 + const map_clear_bg_palettes + const map_fade_out_palettes + const map_fade_in_palettes + const map_anchor_screen + const map_warp_face + const map_face_down + const map_spawn_coord + const map_player_coord + const map_prolong_sprites + const map_delay_sprites + const map_update_roam + const map_keep_roam + const map_fade_out_music + const map_animations_on + const map_animations_off + const map_keep_palettes + const map_text_scroll_off + const map_stop_script +map_end_setup_script EQU -1 |