mirror of
https://github.com/huderlem/porymap.git
synced 2026-09-07 16:35:25 -05:00
Enable readInitialFacingDirections for pokefirered
This commit is contained in:
@@ -2061,9 +2061,6 @@ bool Project::readMovementTypes() {
|
||||
}
|
||||
|
||||
bool Project::readInitialFacingDirections() {
|
||||
// TODO: This array is not yet decompiled in pokefirered. Remove once resolved
|
||||
if (projectConfig.getBaseGameVersion() == BaseGameVersion::pokefirered)
|
||||
return true;
|
||||
QString filename = "src/event_object_movement.c";
|
||||
facingDirections = parser.readNamedIndexCArray(filename, "gInitialMovementTypeFacingDirections");
|
||||
if (facingDirections.isEmpty()) {
|
||||
|
||||
Reference in New Issue
Block a user