mirror of
https://github.com/pret/pokeemerald.git
synced 2026-08-11 20:02:07 -05:00
Treat warp ids as strings to allow constants
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