diff options
| author | Bryan Bishop <kanzure@gmail.com> | 2012-01-05 12:49:17 -0600 |
|---|---|---|
| committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-05 12:49:17 -0600 |
| commit | 238a5e62aee049540f94677c663a87dfde7fea1f (patch) | |
| tree | 63bbc8a704268cb9b4f68f1bba1dd19cfa532b2e /pokered.asm | |
| parent | initial .hgignore for sanity (diff) | |
| download | pokeyellow-238a5e62aee049540f94677c663a87dfde7fea1f.tar.gz pokeyellow-238a5e62aee049540f94677c663a87dfde7fea1f.tar.xz pokeyellow-238a5e62aee049540f94677c663a87dfde7fea1f.zip | |
pretty printer for object labels and asm
hg-commit-id: 9bde3604346f
Diffstat (limited to 'pokered.asm')
| -rw-r--r-- | pokered.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pokered.asm b/pokered.asm index 39e137ec..58db276e 100644 --- a/pokered.asm +++ b/pokered.asm @@ -4986,7 +4986,7 @@ PalletTown_h: dw PalletTownObject -PalletTownObject: ; 182C3 +PalletTownObject: ; 182C3 0x182c3 db $0B ; border tile db 3 ; warps @@ -5016,7 +5016,7 @@ PalletTownObject: ; 182C3 dw $C74F db $B,$C -PalletTownBlocks: +PalletTownBlocks: ; 0x182fd INCBIN "maps/pallettown.blk" ViridianCity_h: ; 0x18357 to 0x18384 (45 bytes) (bank=6) (id=1) |
