mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
Pokemon Blue pointer at $29B3 to Unknown_74ee0.
hg-commit-id: fbb923fb3a11
This commit is contained in:
parent
3f61e9bd0e
commit
501c8e03b0
3
main.asm
3
main.asm
|
@ -4269,7 +4269,7 @@ DisplayTextID: ; 2920
|
||||||
cp a,$f5 ; Vending Machine
|
cp a,$f5 ; Vending Machine
|
||||||
jr nz,.notVendingMachine\@
|
jr nz,.notVendingMachine\@
|
||||||
ld b,$1d
|
ld b,$1d
|
||||||
ld hl,$4ee0
|
ld hl,Unknown_74ee0
|
||||||
call Bankswitch
|
call Bankswitch
|
||||||
jr .skipTextDisplay\@
|
jr .skipTextDisplay\@
|
||||||
.notVendingMachine\@
|
.notVendingMachine\@
|
||||||
|
@ -53996,6 +53996,7 @@ CeruleanHouse3Object: ; 0x74ebe (size=34)
|
||||||
EVENT_DISP $4, $7, $2
|
EVENT_DISP $4, $7, $2
|
||||||
EVENT_DISP $4, $7, $3
|
EVENT_DISP $4, $7, $3
|
||||||
|
|
||||||
|
Unknown_74ee0:
|
||||||
INCBIN "baserom.gbc",$74ee0,$B9
|
INCBIN "baserom.gbc",$74ee0,$B9
|
||||||
|
|
||||||
UnnamedText_74f99: ; 0x74f99
|
UnnamedText_74f99: ; 0x74f99
|
||||||
|
|
Loading…
Reference in a new issue