PSP/CTR: Add .scale to defs

This commit is contained in:
Steam Deck User 2022-12-22 18:03:32 -05:00
parent 3802fadefa
commit c7f5e02130
2 changed files with 2 additions and 0 deletions

View file

@ -154,6 +154,7 @@ void end_sys_globals; // flag for structure dumping
.float currentmag2;
.float maxspeed;
.float facingenemy;
.float scale;
void end_sys_fields; // flag for structure dumping
// End. Lines below this MAY be altered, to some extent

View file

@ -155,6 +155,7 @@ void end_sys_globals; // flag for structure dumping
.float currentmag2;
.float maxspeed;
.float facingenemy;
.float scale;
void end_sys_fields; // flag for structure dumping
// End. Lines below this MAY be altered, to some extent