diff options
| author | Bryan Bishop <kanzure@gmail.com> | 2012-01-16 22:53:00 -0600 |
|---|---|---|
| committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-16 22:53:00 -0600 |
| commit | 0db823f485b3cd505a74a7427fd30ea6509094f1 (patch) | |
| tree | f577f807372c80d58c85c659c00e8e316b20d62d /common.asm | |
| parent | These didn’t work as intended. Delete. (diff) | |
| download | pokeyellow-0db823f485b3cd505a74a7427fd30ea6509094f1.tar.gz pokeyellow-0db823f485b3cd505a74a7427fd30ea6509094f1.tar.xz pokeyellow-0db823f485b3cd505a74a7427fd30ea6509094f1.zip | |
revert tileset constants
hg-commit-id: 1f114203aa14
Diffstat (limited to 'common.asm')
| -rw-r--r-- | common.asm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27620,7 +27620,7 @@ INCBIN "baserom.gbc",$52996,$54000 - $52996 SECTION "bank15",DATA,BANK[$15] Route2_h: - db TileSet_Outside; Tileset + db 00; Tileset db Route2Height,Route2Width ;Height,Width blocks (1 block = 4x4 tiles) dw $407E ;Map-Pointer dw $54E6 ;Maps text pointer |
