pokecrystal-board/maps/LakeofRageMagikarpHouse.asm

225 lines
4.0 KiB
NASM
Raw Normal View History

2015-07-10 01:45:35 -07:00
LakeofRageMagikarpHouse_MapScriptHeader:
; trigger count
db 0
; callback count
db 0
2015-07-10 01:45:35 -07:00
FishingGuruScript_0x19a6ae:
faceplayer
loadfont
checkevent EVENT_LAKE_OF_RAGE_ELIXIR_ON_STANDBY
iftrue UnknownScript_0x19a6fe
checkevent EVENT_LAKE_OF_RAGE_ASKED_FOR_MAGIKARP
iftrue UnknownScript_0x19a6e0
2013-09-24 00:48:58 -07:00
checkevent EVENT_CLEARED_ROCKET_HIDEOUT
iftrue UnknownScript_0x19a6d7
checkevent EVENT_LAKE_OF_RAGE_EXPLAINED_WEIRD_MAGIKARP
iftrue UnknownScript_0x19a6d1
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x19a72e
closetext
loadmovesprites
setevent EVENT_LAKE_OF_RAGE_EXPLAINED_WEIRD_MAGIKARP
end
2015-07-10 01:45:35 -07:00
UnknownScript_0x19a6d1:
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x19a84d
closetext
loadmovesprites
end
2015-07-10 01:45:35 -07:00
UnknownScript_0x19a6d7:
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x19a890
closetext
loadmovesprites
setevent EVENT_LAKE_OF_RAGE_ASKED_FOR_MAGIKARP
end
2015-07-10 01:45:35 -07:00
UnknownScript_0x19a6e0:
writebyte MAGIKARP
special Functionc276
iffalse UnknownScript_0x19a6d7
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x19a93e
closetext
special Special_CheckMagikarpLength
if_equal $0, UnknownScript_0x19a71c
if_equal $1, UnknownScript_0x19a722
if_equal $2, UnknownScript_0x19a716
2015-01-20 00:01:23 -08:00
jump UnknownScript_0x19a6fe
2015-07-10 01:45:35 -07:00
UnknownScript_0x19a6fe:
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x19a977
keeptextopen
verbosegiveitem ELIXER, 1
iffalse UnknownScript_0x19a711
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x19a9c3
closetext
loadmovesprites
clearevent EVENT_LAKE_OF_RAGE_ELIXIR_ON_STANDBY
end
2015-07-10 01:45:35 -07:00
UnknownScript_0x19a711:
loadmovesprites
setevent EVENT_LAKE_OF_RAGE_ELIXIR_ON_STANDBY
end
2015-07-10 01:45:35 -07:00
UnknownScript_0x19a716:
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x19aa01
closetext
loadmovesprites
end
2015-07-10 01:45:35 -07:00
UnknownScript_0x19a71c:
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x19aa5c
closetext
loadmovesprites
end
2015-07-10 01:45:35 -07:00
UnknownScript_0x19a722:
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x19aa79
closetext
loadmovesprites
end
2015-07-10 01:45:35 -07:00
UnknownScript_0x19a728:
jumptext UnknownText_0x19aabc
2015-06-25 21:01:08 -07:00
MagikarpHouseBookshelf:
jumpstd difficultbookshelf
2015-07-10 01:45:35 -07:00
UnknownText_0x19a72e:
text "LAKE OF RAGE is"
line "actually a crater"
para "made by rampaging"
line "GYARADOS."
para "The crater filled"
line "up with rainwater"
para "and the LAKE was"
line "formed."
para "That's the story"
line "passed on from my"
para "Grandpa's great-"
line "great-grandpa."
para "It used to be that"
line "you could catch"
para "lively MAGIKARP"
line "there, but…"
para "I don't understand"
line "what's happening."
done
2015-07-10 01:45:35 -07:00
UnknownText_0x19a84d:
text "The LAKE hasn't"
line "been normal since"
para "those men wearing"
line "black arrived."
done
2015-07-10 01:45:35 -07:00
UnknownText_0x19a890:
text "LAKE OF RAGE is"
line "back to normal."
para "The MAGIKARP have"
line "returned."
para "I may yet realize"
line "my dream of see-"
cont "ing the world's"
cont "largest MAGIKARP."
para "Do you have a ROD?"
line "Please help me if"
cont "you do."
done
2015-07-10 01:45:35 -07:00
UnknownText_0x19a93e:
text "Ah, you have a"
line "MAGIKARP! Let's"
para "see how big that"
line "baby is."
done
2015-07-10 01:45:35 -07:00
UnknownText_0x19a977:
text "Wow! This one is"
line "outstanding!"
para "I tip my hat to"
line "you!"
para "Take this as a"
line "memento!"
done
2015-07-10 01:45:35 -07:00
UnknownText_0x19a9c3:
text "The record is the"
line "important thing."
para "Think of that as"
line "a bonus!"
done
2015-07-10 01:45:35 -07:00
UnknownText_0x19aa01:
text "Wow! This one is"
line "outstanding!"
para "…I wish I could"
line "say that, but I've"
para "seen a bigger one"
line "before."
done
2015-07-10 01:45:35 -07:00
UnknownText_0x19aa5c:
text "What? That's not a"
line "MAGIKARP!"
done
2015-07-10 01:45:35 -07:00
UnknownText_0x19aa79:
text "Oh… So you didn't"
line "get one good"
para "enough to show me?"
line "Maybe next time."
done
2015-07-10 01:45:35 -07:00
UnknownText_0x19aabc:
text "CURRENT RECORD"
para "@"
2015-02-10 15:37:24 -08:00
text_from_ram StringBuffer3
text " caught by"
line "@"
2015-02-10 15:37:24 -08:00
text_from_ram StringBuffer4
db "@@"
2015-07-10 01:45:35 -07:00
LakeofRageMagikarpHouse_MapEventHeader:
; filler
db 0, 0
; warps
db 2
warp_def $7, $2, 2, GROUP_LAKE_OF_RAGE, MAP_LAKE_OF_RAGE
warp_def $7, $3, 2, GROUP_LAKE_OF_RAGE, MAP_LAKE_OF_RAGE
; xy triggers
db 0
; signposts
db 2
signpost 1, 0, SIGNPOST_READ, MagikarpHouseBookshelf
signpost 1, 1, SIGNPOST_READ, MagikarpHouseBookshelf
; people-events
db 1
person_event SPRITE_FISHING_GURU, 7, 6, OW_DOWN | $3, $0, -1, -1, $0, 0, FishingGuruScript_0x19a6ae, -1