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/seafoamislands1.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/seafoamislands1.asm')
| -rwxr-xr-x | scripts/seafoamislands1.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/seafoamislands1.asm b/scripts/seafoamislands1.asm index 1fe0852b..2e64c9d7 100755 --- a/scripts/seafoamislands1.asm +++ b/scripts/seafoamislands1.asm @@ -14,16 +14,16 @@ SeafoamIslands1Script: ; 447e9 (11:47e9) cp $1 jr nz, .asm_44819 ; 0x44809 $e set 6, [hl] - ld a, $d7 + ld a, HS_SEAFOAM_ISLANDS_1_BOULDER_1 ld [wd079], a - ld a, $d9 + ld a, HS_SEAFOAM_ISLANDS_2_BOULDER_1 ld [wd07a], a jr .asm_44825 ; 0x44817 $c .asm_44819 set 7, [hl] - ld a, $d8 + ld a, HS_SEAFOAM_ISLANDS_1_BOULDER_2 ld [wd079], a - ld a, $da + ld a, HS_SEAFOAM_ISLANDS_2_BOULDER_2 ld [wd07a], a .asm_44825 ld a, [wd079] |
