You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Auto-label more map scripts
This commit is contained in:
@@ -16,13 +16,13 @@ ClerkScript_0x1a2dcb:
|
||||
closetext
|
||||
end
|
||||
|
||||
YoungsterScript_0x1a2dd2:
|
||||
jumptextfaceplayer UnknownText_0x1a2dd8
|
||||
PewterMartYoungsterScript:
|
||||
jumptextfaceplayer PewterMartYoungsterText
|
||||
|
||||
SuperNerdScript_0x1a2dd5:
|
||||
jumptextfaceplayer UnknownText_0x1a2e3a
|
||||
PewterMartSuperNerdScript:
|
||||
jumptextfaceplayer PewterMartSuperNerdText
|
||||
|
||||
UnknownText_0x1a2dd8:
|
||||
PewterMartYoungsterText:
|
||||
text "Hi! Check out my"
|
||||
line "GYARADOS!"
|
||||
|
||||
@@ -33,7 +33,7 @@ UnknownText_0x1a2dd8:
|
||||
line "it has become."
|
||||
done
|
||||
|
||||
UnknownText_0x1a2e3a:
|
||||
PewterMartSuperNerdText:
|
||||
text "There once was a"
|
||||
line "weird old man who"
|
||||
cont "sold MAGIKARP."
|
||||
@@ -63,5 +63,5 @@ PewterMart_MapEventHeader:
|
||||
.PersonEvents:
|
||||
db 3
|
||||
person_event SPRITE_CLERK, 3, 1, SPRITEMOVEDATA_STANDING_RIGHT, 0, 0, -1, -1, 0, PERSONTYPE_SCRIPT, 0, ClerkScript_0x1a2dcb, -1
|
||||
person_event SPRITE_YOUNGSTER, 2, 9, SPRITEMOVEDATA_WALK_LEFT_RIGHT, 0, 2, -1, -1, 0, PERSONTYPE_SCRIPT, 0, YoungsterScript_0x1a2dd2, -1
|
||||
person_event SPRITE_SUPER_NERD, 6, 6, SPRITEMOVEDATA_SPINRANDOM_SLOW, 0, 0, -1, -1, PAL_NPC_RED, PERSONTYPE_SCRIPT, 0, SuperNerdScript_0x1a2dd5, -1
|
||||
person_event SPRITE_YOUNGSTER, 2, 9, SPRITEMOVEDATA_WALK_LEFT_RIGHT, 0, 2, -1, -1, 0, PERSONTYPE_SCRIPT, 0, PewterMartYoungsterScript, -1
|
||||
person_event SPRITE_SUPER_NERD, 6, 6, SPRITEMOVEDATA_SPINRANDOM_SLOW, 0, 0, -1, -1, PAL_NPC_RED, PERSONTYPE_SCRIPT, 0, PewterMartSuperNerdScript, -1
|
||||
|
||||
Reference in New Issue
Block a user