mirror of https://github.com/zeldaret/mm.git
Move parameter_static and week_static to interface (#545)
* Move parameter_static and week_static to interface * Move bump_texture_static to Segments * Newline
This commit is contained in:
parent
7611d833d9
commit
b74bec0e1d
|
|
@ -9,3 +9,5 @@
|
||||||
26,message_static
|
26,message_static
|
||||||
27,message_texture_static
|
27,message_texture_static
|
||||||
28,nes_font_static
|
28,nes_font_static
|
||||||
|
1126,parameter_static
|
||||||
|
1127,week_static
|
||||||
|
|
|
||||||
|
|
|
@ -12,8 +12,6 @@
|
||||||
1123,title_static
|
1123,title_static
|
||||||
1124,memerrmsg
|
1124,memerrmsg
|
||||||
1125,locerrmsg
|
1125,locerrmsg
|
||||||
1126,parameter_static
|
|
||||||
1127,week_static
|
|
||||||
1128,daytelop_static
|
1128,daytelop_static
|
||||||
1129,ger_daytelop_static
|
1129,ger_daytelop_static
|
||||||
1130,fra_daytelop_static
|
1130,fra_daytelop_static
|
||||||
|
|
@ -21,4 +19,3 @@
|
||||||
1132,d2_fine_static
|
1132,d2_fine_static
|
||||||
1133,d2_cloud_static
|
1133,d2_cloud_static
|
||||||
1134,d2_fine_pal_static
|
1134,d2_fine_pal_static
|
||||||
1538,bump_texture_static
|
|
||||||
|
|
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
652,gameplay_object_exchange_static
|
652,gameplay_object_exchange_static
|
||||||
|
1538,bump_texture_static
|
||||||
1539,anime_model_1_static
|
1539,anime_model_1_static
|
||||||
1540,anime_model_2_static
|
1540,anime_model_2_static
|
||||||
1541,anime_model_3_static
|
1541,anime_model_3_static
|
||||||
|
|
|
||||||
|
Loading…
Reference in New Issue