diff options
author | yenatch <yenatch@gmail.com> | 2015-02-07 11:16:00 -0800 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2015-02-07 11:18:28 -0800 |
commit | 451f7fce291cf038240f7b5cd4ce404b8222b6c7 (patch) | |
tree | 32b69e3cdf64e5a578b205f1580f06ed7c488fb6 /engine/hidden_object_functions7.asm | |
parent | c9b778fb008ebc845219a2b787ea6beb04ae29f8 (diff) |
Pick off some more static map ids.
Diffstat (limited to 'engine/hidden_object_functions7.asm')
-rwxr-xr-x | engine/hidden_object_functions7.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/hidden_object_functions7.asm b/engine/hidden_object_functions7.asm index 012e941d..f97190de 100755 --- a/engine/hidden_object_functions7.asm +++ b/engine/hidden_object_functions7.asm @@ -80,7 +80,7 @@ asm_1e9b0: ; 1e9b0 (7:69b0) call DisplayTextID xor a ld [wd528], a - ld a, $9c + ld a, SAFARI_ZONE_ENTRANCE ld [H_DOWNARROWBLINKCNT1], a ; $ff8b ld a, $3 ld [wDestinationWarpID], a |