diff options
author | Bryan Bishop <kanzure@gmail.com> | 2014-02-01 17:59:39 -0800 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2014-02-01 17:59:39 -0800 |
commit | 80465fc6e6f1455f4ae65b5c0db54b9953ca0cc5 (patch) | |
tree | 95247b8f85c28ff738d936747c8700b522975e7d /engine | |
parent | 0a16a7aef04c60ff64dcbded28f7db9c45067125 (diff) | |
parent | 821f2c2ea0f9dc482520f2cf9c45ccfaca8bbb29 (diff) |
Merge pull request #227 from yenatch/master
Map setup scripts
Diffstat (limited to 'engine')
-rw-r--r-- | engine/events.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/events.asm b/engine/events.asm index 966b389c4..9e4c1e98a 100644 --- a/engine/events.asm +++ b/engine/events.asm @@ -134,7 +134,7 @@ EnterMap: ; 9673e ld [$d453], a ld [$d454], a call Function968d1 - callba Function15363 + callba RunMapSetupScript call Function966cb ld a, [$ff9f] |