diff options
| author | IIMarckus <iimarckus@gmail.com> | 2014-10-20 18:56:21 -0600 |
|---|---|---|
| committer | IIMarckus <iimarckus@gmail.com> | 2014-10-20 18:56:21 -0600 |
| commit | 5459477ecd3c60342f31881343bc921b41b94eb0 (patch) | |
| tree | aed48bfac6aee9ccad16d3de004c1014550bacd5 /scripts/seafoamislands4.asm | |
| parent | Improve labels for Yellow Safari Zone entrance. (diff) | |
| parent | A few static hide/show ids (diff) | |
| download | pokeyellow-5459477ecd3c60342f31881343bc921b41b94eb0.tar.gz pokeyellow-5459477ecd3c60342f31881343bc921b41b94eb0.tar.xz pokeyellow-5459477ecd3c60342f31881343bc921b41b94eb0.zip | |
Merge branch 'master' of https://github.com/dannye/pokered
Diffstat (limited to 'scripts/seafoamislands4.asm')
| -rwxr-xr-x | scripts/seafoamislands4.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/seafoamislands4.asm b/scripts/seafoamislands4.asm index a56382dd..7e519f86 100755 --- a/scripts/seafoamislands4.asm +++ b/scripts/seafoamislands4.asm @@ -12,16 +12,16 @@ SeafoamIslands4Script: ; 4658d (11:658d) cp $1 jr nz, .asm_465b8 ; 0x465a8 $e set 0, [hl] - ld a, $dd + ld a, HS_SEAFOAM_ISLANDS_4_BOULDER_1 ld [wd079], a - ld a, $e1 + ld a, HS_SEAFOAM_ISLANDS_5_BOULDER_1 ld [wd07a], a jr .asm_465c4 ; 0x465b6 $c .asm_465b8 set 1, [hl] - ld a, $de + ld a, HS_SEAFOAM_ISLANDS_4_BOULDER_2 ld [wd079], a - ld a, $e2 + ld a, HS_SEAFOAM_ISLANDS_5_BOULDER_2 ld [wd07a], a .asm_465c4 ld a, [wd079] |
