diff options
author | IIMarckus <iimarckus@gmail.com> | 2019-08-16 01:03:03 -0600 |
---|---|---|
committer | IIMarckus <iimarckus@gmail.com> | 2019-08-16 01:03:03 -0600 |
commit | 2176239aa565126b528facc9041ed3b58eaade90 (patch) | |
tree | 4589377cff104542abb2ee309496b5e4786eb59f /engine/variables.asm | |
parent | 901e6f25deda73fa7053942d7d094108a73e2bea (diff) |
Incorporate the rest of the audio engine.
Diffstat (limited to 'engine/variables.asm')
-rwxr-xr-x | engine/variables.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/variables.asm b/engine/variables.asm index 4d67c2bf..e2a399f0 100755 --- a/engine/variables.asm +++ b/engine/variables.asm @@ -42,7 +42,7 @@ GetVarAction_:: dwb .CountCaughtMons, RETVAR_EXECUTE dwb .CountSeenMons, RETVAR_EXECUTE dwb .CountBadges, RETVAR_EXECUTE - dwb wPlayerBikeSurfState, RETVAR_ADDR_DE + dwb wPlayerState, RETVAR_ADDR_DE dwb .PlayerFacing, RETVAR_EXECUTE dwb hHours, RETVAR_STRBUF2 dwb .DayOfWeek, RETVAR_EXECUTE |