diff options
| author | stag019 <stag019@gmail.com> | 2012-01-26 10:21:47 -0500 | 
|---|---|---|
| committer | stag019 <stag019@gmail.com> | 2012-01-26 10:21:47 -0500 | 
| commit | 501c8e03b0c35355fc1cc35aec6a3daafa797d03 (patch) | |
| tree | ba0da41e4b2c140237693960a2cd5bf2c6163f43 | |
| parent | 3f61e9bd0e07a7930b81911efb098c105e9d32f8 (diff) | |
Pokemon Blue pointer at $29B3 to Unknown_74ee0.
hg-commit-id: fbb923fb3a11
| -rw-r--r-- | main.asm | 3 | 
1 files changed, 2 insertions, 1 deletions
| @@ -4269,7 +4269,7 @@ DisplayTextID: ; 2920  	cp a,$f5   ; Vending Machine  	jr nz,.notVendingMachine\@  	ld b,$1d -	ld hl,$4ee0 +	ld hl,Unknown_74ee0  	call Bankswitch  	jr .skipTextDisplay\@  .notVendingMachine\@ @@ -53996,6 +53996,7 @@ CeruleanHouse3Object: ; 0x74ebe (size=34)  	EVENT_DISP $4, $7, $2  	EVENT_DISP $4, $7, $3 +Unknown_74ee0:  INCBIN "baserom.gbc",$74ee0,$B9  UnnamedText_74f99: ; 0x74f99 | 
