mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-01-31 12:50:12 +13:00
Name a few unknowns
This commit is contained in:
parent
3cd3efd060
commit
695757abe5
|
|
@ -573,8 +573,8 @@ HeightWeightText: ; 40448 (10:4448)
|
||||||
db "HT ?",$60,"??",$61,$4E,"WT ???lb@"
|
db "HT ?",$60,"??",$61,$4E,"WT ???lb@"
|
||||||
|
|
||||||
; XXX does anything point to this?
|
; XXX does anything point to this?
|
||||||
Unknown_4045D: ; 4045d (10:445d)
|
PokeText: ; 4045d (10:445d)
|
||||||
db $54,$50
|
db "#@"
|
||||||
|
|
||||||
; horizontal line that divides the pokedex text description from the rest of the data
|
; horizontal line that divides the pokedex text description from the rest of the data
|
||||||
PokedexDataDividerLine: ; 4045f (10:445f)
|
PokedexDataDividerLine: ; 4045f (10:445f)
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,7 @@ PewterPokecenterText3: ; 5c59b (17:459b)
|
||||||
call PlaySound
|
call PlaySound
|
||||||
ld c, $20
|
ld c, $20
|
||||||
call DelayFrames
|
call DelayFrames
|
||||||
ld hl, Unknown_5c608 ; $4608
|
ld hl, JigglypuffFacingDirections
|
||||||
ld de, wTrainerFacingDirection
|
ld de, wTrainerFacingDirection
|
||||||
ld bc, $0004
|
ld bc, $0004
|
||||||
call CopyData
|
call CopyData
|
||||||
|
|
@ -68,8 +68,11 @@ PewterPokecenterText5: ; 5c603 (17:4603)
|
||||||
TX_FAR _PewterPokecenterText5
|
TX_FAR _PewterPokecenterText5
|
||||||
db "@"
|
db "@"
|
||||||
|
|
||||||
Unknown_5c608: ; 5c608 (17:4608)
|
JigglypuffFacingDirections: ; 5c608 (17:4608)
|
||||||
db $30, $38, $34, $3c
|
db $30 | SPRITE_FACING_DOWN
|
||||||
|
db $30 | SPRITE_FACING_LEFT
|
||||||
|
db $30 | SPRITE_FACING_UP
|
||||||
|
db $30 | SPRITE_FACING_RIGHT
|
||||||
|
|
||||||
PewterPokecenterText4: ; 5c60c (17:460c)
|
PewterPokecenterText4: ; 5c60c (17:460c)
|
||||||
db $f6
|
db $f6
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue