diff options
| author | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-29 11:46:45 -0500 |
|---|---|---|
| committer | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-29 11:46:45 -0500 |
| commit | 2e0183fc2745c9f450a751d82569de52e8a5e6ea (patch) | |
| tree | 819a151e3760fb32b13034fe3cf0ec8c2fdd5995 /data/mapHeaders/silphco6.asm | |
| parent | Use base 10 (note, the previous commit resolves #173) (diff) | |
| download | pokeyellow-2e0183fc2745c9f450a751d82569de52e8a5e6ea.tar.gz pokeyellow-2e0183fc2745c9f450a751d82569de52e8a5e6ea.tar.xz pokeyellow-2e0183fc2745c9f450a751d82569de52e8a5e6ea.zip | |
Block IDs use hex; zero connections use dec
Diffstat (limited to 'data/mapHeaders/silphco6.asm')
| -rwxr-xr-x | data/mapHeaders/silphco6.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/mapHeaders/silphco6.asm b/data/mapHeaders/silphco6.asm index c204360a..675709c2 100755 --- a/data/mapHeaders/silphco6.asm +++ b/data/mapHeaders/silphco6.asm @@ -2,5 +2,5 @@ SilphCo6_h: db FACILITY ; tileset db SILPH_CO_6F_HEIGHT, SILPH_CO_6F_WIDTH ; dimensions (y, x) dw SilphCo6Blocks, SilphCo6TextPointers, SilphCo6Script ; blocks, texts, scripts - db $00 ; connections + db 0 ; connections dw SilphCo6Object ; objects |
