Extract dungeon maps

This commit is contained in:
octorock
2022-12-11 12:07:48 +01:00
parent 017eb5a65e
commit 1d741c182d
42 changed files with 2535 additions and 1471 deletions
+1
View File
@@ -374,6 +374,7 @@ void Bird_Type10(Entity* this) {
void CreateBird(Entity* this) {
Entity* birdEnt;
// EU only allows warp from the overworld. This prevents warping from the rooftop of the Wind Tribe's tower.
#ifndef EU
if (AreaAllowsWarp()) {
#else