diff options
| author | YamaArashi <shadow962@live.com> | 2014-09-09 20:55:19 -0700 |
|---|---|---|
| committer | YamaArashi <shadow962@live.com> | 2014-09-09 20:55:19 -0700 |
| commit | 91793015e53dbed09576f825d39e71bc59bf90a5 (patch) | |
| tree | 2e21a17f28744e759c70bdef4197adaa043fe938 /data/mapObjects/seafoamislands1.asm | |
| parent | Add comments regarding menus and sprites (diff) | |
| download | pokeyellow-91793015e53dbed09576f825d39e71bc59bf90a5.tar.gz pokeyellow-91793015e53dbed09576f825d39e71bc59bf90a5.tar.xz pokeyellow-91793015e53dbed09576f825d39e71bc59bf90a5.zip | |
Labelled and commented mostly sprite-related things
Diffstat (limited to 'data/mapObjects/seafoamislands1.asm')
| -rwxr-xr-x | data/mapObjects/seafoamislands1.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/mapObjects/seafoamislands1.asm b/data/mapObjects/seafoamislands1.asm index 85f344e8..62fc8320 100755 --- a/data/mapObjects/seafoamislands1.asm +++ b/data/mapObjects/seafoamislands1.asm @@ -13,8 +13,8 @@ SeafoamIslands1Object: ; 0x4484f (size=72) db $0 ; signs db $2 ; people - db SPRITE_BOULDER, $a + 4, $12 + 4, $ff, $10, $1 ; person - db SPRITE_BOULDER, $7 + 4, $1a + 4, $ff, $10, $2 ; person + db SPRITE_BOULDER, $a + 4, $12 + 4, $ff, BOULDER_MOVEMENT_BYTE_2, $1 ; person + db SPRITE_BOULDER, $7 + 4, $1a + 4, $ff, BOULDER_MOVEMENT_BYTE_2, $2 ; person ; warp-to EVENT_DISP SEAFOAM_ISLANDS_1_WIDTH, $11, $4 |
