diff options
author | Marcus Huderle <huderlem@gmail.com> | 2017-05-21 12:12:53 -0700 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2017-05-21 12:12:53 -0700 |
commit | a284fbf6428b78c5ddc779c4db7a4d5af610c3c6 (patch) | |
tree | 5f9cb290dd2b801faa3c1505b27edbdc43722a05 /main.asm | |
parent | 90c2fd62af315f0d987f8520b88539b866a81bde (diff) |
Use vBGMap label
Diffstat (limited to 'main.asm')
-rwxr-xr-x | main.asm | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -23062,19 +23062,19 @@ TileData_18438: ; 0x18438 db $06 ; total number of tiles db $01 ; number of tiles - dw $9913 + dw vBGMap + $113 db $D4 db $02 ; number of tiles - dw $9932 + dw vBGMap + $132 db $D5, $D6 db $02 ; number of tiles - dw $9952 + dw vBGMap + $152 db $D9, $D7 db $01 ; number of tiles - dw $9972 + dw vBGMap + $172 db $D8 db $00 ; terminator @@ -23084,19 +23084,19 @@ TileData_1844e: ; 0x1844e db $06 ; total number of tiles db $01 ; number of tiles - dw $9913 + dw vBGMap + $113 db $21 db $02 ; number of tiles - dw $9932 + dw vBGMap + $132 db $15, $16 db $02 ; number of tiles - dw $9952 + dw vBGMap + $152 db $0A, $0B db $01 ; number of tiles - dw $9972 + dw vBGMap + $172 db $03 db $00 ; terminator |