mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-12-29 21:53:17 +13:00
commenting some addresses
hg-commit-id: d497cf886c56
This commit is contained in:
parent
f6b2d98ed9
commit
78fca64b60
10
pokered.asm
10
pokered.asm
|
|
@ -5347,10 +5347,10 @@ PalletTownScript6:
|
||||||
PalletTownScript7:
|
PalletTownScript7:
|
||||||
ret
|
ret
|
||||||
|
|
||||||
PalletTownTexts:
|
PalletTownTexts: ; 0x18f88
|
||||||
dw PalletTownText1,PalletTownText2,PalletTownText3,PalletTownText4,PalletTownText5,PalletTownText6,PalletTownText7
|
dw PalletTownText1,PalletTownText2,PalletTownText3,PalletTownText4,PalletTownText5,PalletTownText6,PalletTownText7
|
||||||
|
|
||||||
PalletTownText1:
|
PalletTownText1: ; 4F96 0x18f96
|
||||||
db 8
|
db 8
|
||||||
ld a,[$CF0D]
|
ld a,[$CF0D]
|
||||||
and a
|
and a
|
||||||
|
|
@ -5409,7 +5409,7 @@ PalletTownText7: ; sign by Blue’s house
|
||||||
|
|
||||||
INCBIN "baserom.gbc",$18FF1,$1B2F-$FF1
|
INCBIN "baserom.gbc",$18FF1,$1B2F-$FF1
|
||||||
|
|
||||||
BluesHouse_h:
|
BluesHouse_h: ; 0x19b2f
|
||||||
db $08 ; tileset
|
db $08 ; tileset
|
||||||
db $04,$04 ; dimensions
|
db $04,$04 ; dimensions
|
||||||
dw BluesHouseBlocks,BluesHouseTexts,BluesHouseScript
|
dw BluesHouseBlocks,BluesHouseTexts,BluesHouseScript
|
||||||
|
|
@ -5437,10 +5437,10 @@ BluesHouseScript1:
|
||||||
BluesHouseScript2:
|
BluesHouseScript2:
|
||||||
ret
|
ret
|
||||||
|
|
||||||
BluesHouseTexts:
|
BluesHouseTexts: ; 0x19b57
|
||||||
dw BluesHouseText1,BluesHouseText2,BluesHouseText3
|
dw BluesHouseText1,BluesHouseText2,BluesHouseText3
|
||||||
|
|
||||||
BluesHouseText1:
|
BluesHouseText1: ;
|
||||||
db 8
|
db 8
|
||||||
ld a,[$D74A]
|
ld a,[$D74A]
|
||||||
bit 0,a
|
bit 0,a
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue