diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-02-03 16:58:49 -0500 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-02-03 17:11:55 -0500 |
commit | 6ff2cb20e67db2054486fc5dc48eb9263298d4ad (patch) | |
tree | d70275fa8318d27959d156c15456eecc63b39191 /data/maps/setup_scripts.asm | |
parent | bf138d94d42ba0d092d5028e40a85260c250a4ee (diff) |
map → map_id; map_def → map; map_data → map_attributes
Diffstat (limited to 'data/maps/setup_scripts.asm')
-rw-r--r-- | data/maps/setup_scripts.asm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/data/maps/setup_scripts.asm b/data/maps/setup_scripts.asm index 47895b609..00b059865 100644 --- a/data/maps/setup_scripts.asm +++ b/data/maps/setup_scripts.asm @@ -23,7 +23,7 @@ MapSetupScript_Warp: ; 15392 db map_lcd_off db map_sound_off db map_load_spawn - db map_attributes + db map_load_attributes db map_change_callback db map_spawn_coord db map_player_coord @@ -46,7 +46,7 @@ MapSetupScript_Warp: ; 15392 MapSetupScript_BadWarp: ; 153a9 db map_load_spawn - db map_attributes + db map_load_attributes db map_change_callback db map_spawn_coord db map_player_coord @@ -71,7 +71,7 @@ MapSetupScript_BadWarp: ; 153a9 MapSetupScript_Connection: ; 153bf db map_animations_off db map_load_connection - db map_attributes + db map_load_attributes db map_change_callback db map_player_coord db map_load_blocks @@ -93,7 +93,7 @@ MapSetupScript_Door: ; 153d1 db map_fade_out_palettes MapSetupScript_Train: ; 153d2 db map_load_warp - db map_attributes + db map_load_attributes db map_warp_face db map_change_callback db map_player_coord @@ -154,7 +154,7 @@ MapSetupScript_LinkReturn: ; 153f7 MapSetupScript_Continue: ; 15408 db map_lcd_off db map_sound_off - db map_attributes_2 + db map_load_attributes_2 db map_anchor_screen db map_start_callback db map_load_blocks |