New sprites, a few bug fixes/tweaks
All of the Ubers have sprites now (goodbye Lion Pory2!), fixed a small bug I made on Route 19 when resizing Cinnabar, and some minor text updates/fixes.
|
@ -48,7 +48,7 @@ DEF FIRST_ROUTE_MAP EQU const_value
|
|||
mapconst ROUTE_16, 9, 20 ; $1B
|
||||
mapconst ROUTE_17, 72, 10 ; $1C
|
||||
mapconst ROUTE_18, 9, 25 ; $1D
|
||||
mapconst ROUTE_19, 33, 10 ; $1E
|
||||
mapconst ROUTE_19, 27, 10 ; $1E
|
||||
mapconst ROUTE_20, 15, 50 ; $1F
|
||||
mapconst ROUTE_21, 45, 10 ; $20
|
||||
mapconst ROUTE_22, 9, 20 ; $21
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
map_header Route19, ROUTE_19, OVERWORLD, NORTH | WEST
|
||||
connection north, FuchsiaCity, FUCHSIA_CITY, -5
|
||||
connection west, Route20, ROUTE_20, 18
|
||||
connection west, Route20, ROUTE_20, 12
|
||||
end_map_header
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
map_header Route20, ROUTE_20, OVERWORLD, WEST | EAST
|
||||
connection west, CinnabarIsland, CINNABAR_ISLAND, 0
|
||||
connection east, Route19, ROUTE_19, -18
|
||||
connection east, Route19, ROUTE_19, -12
|
||||
end_map_header
|
||||
|
|
|
@ -217,11 +217,11 @@ MonPartyData:
|
|||
nybble ICON_MON ; Gyaoon
|
||||
nybble ICON_MON ; Omega
|
||||
nybble ICON_MON ; Snorlax
|
||||
nybble ICON_FAIRY ; Scream Tail
|
||||
nybble ICON_BALL ; Sandy Shocks
|
||||
nybble ICON_SNAKE ; Dratini
|
||||
nybble ICON_SNAKE ; Dragonair
|
||||
nybble ICON_SNAKE ; Dragonite
|
||||
nybble ICON_FAIRY ; Scream Tail
|
||||
nybble ICON_BALL ; Sandy Shocks
|
||||
nybble ICON_BIRD ; Articuno
|
||||
nybble ICON_BIRD ; Articuno-G
|
||||
nybble ICON_BIRD ; Zapdos
|
||||
|
|
Before Width: | Height: | Size: 551 B After Width: | Height: | Size: 553 B |
Before Width: | Height: | Size: 574 B After Width: | Height: | Size: 555 B |
Before Width: | Height: | Size: 603 B After Width: | Height: | Size: 509 B |
Before Width: | Height: | Size: 544 B After Width: | Height: | Size: 527 B |
Before Width: | Height: | Size: 532 B After Width: | Height: | Size: 881 B |
Before Width: | Height: | Size: 890 B After Width: | Height: | Size: 844 B |
Before Width: | Height: | Size: 488 B After Width: | Height: | Size: 802 B |
Before Width: | Height: | Size: 706 B After Width: | Height: | Size: 847 B |
|
@ -1 +1 @@
|
|||
(,)(,)(,)$W%$W%CCC11111CCk1111kkCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCkkkkkkkkk
|
||||
(,)(,)(,)$W%$W%CCC11111CCk1111kkCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCkkkkkkkkk
|
|
@ -24,12 +24,11 @@ _CeladonUniversityOutsideAfterBattleText1::
|
|||
_CeladonUniversityOutsideYesNo2::
|
||||
text "I've been working"
|
||||
line "on a digital"
|
||||
cont "#MON."
|
||||
|
||||
para "on a digital"
|
||||
line "#MON. Want to"
|
||||
|
||||
para "help me test it"
|
||||
line "for my thesis?"
|
||||
para "Want to help me"
|
||||
line "test it for my"
|
||||
cont "thesis?"
|
||||
|
||||
done
|
||||
|
||||
|
|
|
@ -1,11 +1,13 @@
|
|||
_CeladonUniversityPokecenterText4::
|
||||
text "I think PORYGON"
|
||||
line "should be"
|
||||
cont "improved."
|
||||
|
||||
para "We need more"
|
||||
text "Thanks to recent"
|
||||
line "funding from"
|
||||
cont "SILPH CO.!"
|
||||
cont "SILPH CO., we"
|
||||
cont "can upgrade"
|
||||
cont "PORYGON now!"
|
||||
|
||||
para "I wonder if"
|
||||
line "we'll ever see"
|
||||
cont "PORYGON3?"
|
||||
|
||||
done
|
||||
|
||||
|
|