diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-04 15:19:03 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-04 15:19:03 -0600 |
commit | 78fca64b60162b7a6759b8e74ffde531b95285bd (patch) | |
tree | 91b5b0455faa61d6cb3084185c4935d91b7c3960 | |
parent | f6b2d98ed93b7ba1e2a95f0c1c4e063f7533f97b (diff) |
commenting some addresses
hg-commit-id: d497cf886c56
-rw-r--r-- | pokered.asm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/pokered.asm b/pokered.asm index a261ed6a..4917b3cc 100644 --- a/pokered.asm +++ b/pokered.asm @@ -5347,10 +5347,10 @@ PalletTownScript6: PalletTownScript7: ret -PalletTownTexts: +PalletTownTexts: ; 0x18f88 dw PalletTownText1,PalletTownText2,PalletTownText3,PalletTownText4,PalletTownText5,PalletTownText6,PalletTownText7 -PalletTownText1: +PalletTownText1: ; 4F96 0x18f96 db 8 ld a,[$CF0D] and a @@ -5409,7 +5409,7 @@ PalletTownText7: ; sign by Blue’s house INCBIN "baserom.gbc",$18FF1,$1B2F-$FF1 -BluesHouse_h: +BluesHouse_h: ; 0x19b2f db $08 ; tileset db $04,$04 ; dimensions dw BluesHouseBlocks,BluesHouseTexts,BluesHouseScript @@ -5437,10 +5437,10 @@ BluesHouseScript1: BluesHouseScript2: ret -BluesHouseTexts: +BluesHouseTexts: ; 0x19b57 dw BluesHouseText1,BluesHouseText2,BluesHouseText3 -BluesHouseText1: +BluesHouseText1: ; db 8 ld a,[$D74A] bit 0,a |