mirror of
https://github.com/pret/pokeemerald.git
synced 2026-08-13 21:05:09 -05:00
Merge remote-tracking branch 'pret/master' into RHH/pr/sync/pretmerge_20221030
# Conflicts: # src/data/bard_music/moves.h # src/data/bard_music/pokemon.h
This commit is contained in:
@@ -191,7 +191,7 @@ string generate_map_events_text(Json map_data) {
|
||||
<< warp_event["x"].int_value() << ", "
|
||||
<< warp_event["y"].int_value() << ", "
|
||||
<< warp_event["elevation"].int_value() << ", "
|
||||
<< warp_event["dest_warp_id"].int_value() << ", "
|
||||
<< warp_event["dest_warp_id"].string_value() << ", "
|
||||
<< warp_event["dest_map"].string_value() << "\n";
|
||||
}
|
||||
text << "\n";
|
||||
|
||||
Reference in New Issue
Block a user