diff options
| author | YamaArashi <shadow962@live.com> | 2015-07-21 10:36:03 -0700 |
|---|---|---|
| committer | YamaArashi <shadow962@live.com> | 2015-07-21 10:36:03 -0700 |
| commit | 73171bfff573fa8900563319c014f3e626db6b3e (patch) | |
| tree | 402ca266578eb759a30f52e05b031bad93d45ee6 /main.asm | |
| parent | move event macros to separate file (diff) | |
| download | pokeyellow-73171bfff573fa8900563319c014f3e626db6b3e.tar.gz pokeyellow-73171bfff573fa8900563319c014f3e626db6b3e.tar.xz pokeyellow-73171bfff573fa8900563319c014f3e626db6b3e.zip | |
named most of the used events
Diffstat (limited to 'main.asm')
| -rwxr-xr-x | main.asm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2760,7 +2760,7 @@ CheckForForcedBikeSurf: ; cdc0 (3:4dc0) ld a, [W_CURMAP] cp SEAFOAM_ISLANDS_5 ret nz - CheckBothEventsSet EVENT_9D0, EVENT_9D1 + CheckBothEventsSet EVENT_SEAFOAM4_BOULDER1_DOWN_HOLE, EVENT_SEAFOAM4_BOULDER2_DOWN_HOLE ret z ld hl, CoordsData_cdf7 call ArePlayerCoordsInArray |
