diff options
| author | yenatch <yenatch@gmail.com> | 2017-12-12 19:13:53 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-12-12 19:13:53 -0500 |
| commit | 6cf7c0790f3424a4cb472b274a88d04d449d5231 (patch) | |
| tree | 7d3c49aaaa6d50f6ea698e95e7204e6d0b76bcca /maps/PowerPlant.asm | |
| parent | f6942b9a136b2ee3b25159ebc4d54509a42c5266 (diff) | |
| parent | f0ab09125493f91d66af836e0abb977459a0d801 (diff) | |
Merge pull request #414 from roukaour/master
Improve sprite constants and documentation
Diffstat (limited to 'maps/PowerPlant.asm')
| -rw-r--r-- | maps/PowerPlant.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maps/PowerPlant.asm b/maps/PowerPlant.asm index f96f0aef5..8c487a002 100644 --- a/maps/PowerPlant.asm +++ b/maps/PowerPlant.asm @@ -399,7 +399,7 @@ PowerPlant_MapEventHeader: .XYTriggers: db 1 - xy_trigger 1, $c, $5, $0, PowerPlantGuardPhoneScript, $0, $0 + xy_trigger 1, $c, $5, PowerPlantGuardPhoneScript .Signposts: db 2 |
