summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorU-Daniel-PC\Daniel <corrnondacqb@yahoo.com>2015-06-12 11:00:48 -0500
committerU-Daniel-PC\Daniel <corrnondacqb@yahoo.com>2015-06-12 11:00:48 -0500
commit695757abe50e8c189d14da666809119e37a9ed28 (patch)
treee2fda47ea8fd22bb1f703d8254be2f293e3dea56 /scripts
parent3cd3efd06002a188cebf37d935411d7d73b153be (diff)
Name a few unknowns
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/pewterpokecenter.asm9
1 files changed, 6 insertions, 3 deletions
diff --git a/scripts/pewterpokecenter.asm b/scripts/pewterpokecenter.asm
index 1f3cabe0..4cc4ffd2 100755
--- a/scripts/pewterpokecenter.asm
+++ b/scripts/pewterpokecenter.asm
@@ -25,7 +25,7 @@ PewterPokecenterText3: ; 5c59b (17:459b)
call PlaySound
ld c, $20
call DelayFrames
- ld hl, Unknown_5c608 ; $4608
+ ld hl, JigglypuffFacingDirections
ld de, wTrainerFacingDirection
ld bc, $0004
call CopyData
@@ -68,8 +68,11 @@ PewterPokecenterText5: ; 5c603 (17:4603)
TX_FAR _PewterPokecenterText5
db "@"
-Unknown_5c608: ; 5c608 (17:4608)
- db $30, $38, $34, $3c
+JigglypuffFacingDirections: ; 5c608 (17:4608)
+ db $30 | SPRITE_FACING_DOWN
+ db $30 | SPRITE_FACING_LEFT
+ db $30 | SPRITE_FACING_UP
+ db $30 | SPRITE_FACING_RIGHT
PewterPokecenterText4: ; 5c60c (17:460c)
db $f6