You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
343 B
21 lines
343 B
/// draw_surface_map()
|
|
draw_clear(c_black);
|
|
draw_background_tiled(bgMapScreenBG, 0, 0);
|
|
map_draw_01();
|
|
map_draw_02();
|
|
map_draw_03();
|
|
map_draw_04();
|
|
map_draw_05();
|
|
map_draw_06();
|
|
map_draw_07();
|
|
map_draw_08();
|
|
map_draw_09();
|
|
map_draw_10();
|
|
map_draw_11();
|
|
map_draw_12();
|
|
map_draw_13();
|
|
map_draw_14();
|
|
map_draw_15();
|
|
map_draw_16();
|
|
map_draw_17();
|