diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-06-20 19:54:16 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-20 19:54:16 -0500 |
commit | 7b7f4bb7d6f5d29b40e15aa4c6285c6885359e0d (patch) | |
tree | 8da3f8fae8c1c165e3435ee079f48631479b7611 /include/overworld.h | |
parent | c6207577802db057298917089e427a6ab9e6edf9 (diff) | |
parent | 8bf4b1a917786c683ac30278108f74d31961274d (diff) |
Merge pull request #636 from huderlem/assets
Map organization
Diffstat (limited to 'include/overworld.h')
-rw-r--r-- | include/overworld.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/overworld.h b/include/overworld.h index c123599a2..f7571ee0f 100644 --- a/include/overworld.h +++ b/include/overworld.h @@ -41,7 +41,6 @@ void SetGameStat(u8, u32); void Overworld_SetEventObjTemplateCoords(u8, s16, s16); void Overworld_SetEventObjTemplateMovementType(u8, u8); // mapdata_load_assets_to_gpu_and_full_redraw -// get_mapdata_header // ApplyCurrentWarp // SetWarpData // warp_data_is_not_neg_1 |