diff options
author | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-31 15:55:39 -0400 |
---|---|---|
committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-31 15:55:39 -0400 |
commit | 439efda1ba940b010786be1186007355adf23965 (patch) | |
tree | 0becd0b5980b180a0abd11377d1ed35ae3814bda /engine/overworld/try_pushing_boulder.asm | |
parent | 45cb263360f3242db5538367ebf8035632d97534 (diff) |
Champion's room; resolve predefs
Diffstat (limited to 'engine/overworld/try_pushing_boulder.asm')
-rw-r--r-- | engine/overworld/try_pushing_boulder.asm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engine/overworld/try_pushing_boulder.asm b/engine/overworld/try_pushing_boulder.asm index d978a083..89e83ff9 100644 --- a/engine/overworld/try_pushing_boulder.asm +++ b/engine/overworld/try_pushing_boulder.asm @@ -2,6 +2,7 @@ TryPushingBoulder: ; f0a1 (3:70a1) ld a, [wd728] bit 0, a ; using Strength? ret z +Func_f0a7: ; f0a7 (3:70a7) ; where LoadMissableObjects predef points to now ld a, [wFlags_0xcd60] bit 1, a ; has boulder dust animation from previous push played yet? |