X-Git-Url: http://git.osdn.net/view?p=proj16%2F16.git;a=blobdiff_plain;f=src%2Flib%2Fscroll16.h;h=fdce4ad34bc5a52aedfa09864cc2f1ef164282b9;hp=74a9408b9464eef8b65ce94c7ce7ca524a8ddd26;hb=bca8e8542d6f90dd230c48d369bb232878b9f165;hpb=ae81db89c4b948d774c713641134c579977538ff diff --git a/src/lib/scroll16.h b/src/lib/scroll16.h index 74a9408b..fdce4ad3 100755 --- a/src/lib/scroll16.h +++ b/src/lib/scroll16.h @@ -123,8 +123,7 @@ extern char global_temp_status_text[512]; //void initMap(map_t *map); void walk(map_view_t *pip, player_t *player, word pn); void panPageManual(map_view_t *pip, player_t *player, word pn); -void panVmemManual(map_view_t *pip, player_t *player, word pn); -void modexMVSetup(map_view_t *pip, map_t *map, pan_t *pan, global_game_variables_t *gv); +void modexMVSetup(map_view_t *mv, map_t *map, pan_t *pan, global_game_variables_t *gv); void modexMVInit(map_view_t *pip, int tx, int ty); void near mapScrollRight(map_view_t *mv, player_t *player, word id, word plid); void near mapScrollLeft(map_view_t *mv, player_t *player, word id, word plid); @@ -134,6 +133,7 @@ void near ScrollRight(map_view_t *mv, player_t *player, word id, word plid); void near ScrollLeft(map_view_t *mv, player_t *player, word id, word plid); void near ScrollUp(map_view_t *mv, player_t *player, word id, word plid); void near ScrollDown(map_view_t *mv, player_t *player, word id, word plid); +void playerXYpos(int x, int y, player_t *player, map_view_t *pip, nibble pn); sword chkmap(map_t *map, word q); void mapGoTo(map_view_t *mv, int tx, int ty); void mapinitmapview(map_view_t *mv, int tx, int ty);