mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-10 14:01:52 -05:00
16 lines
300 B
C++
16 lines
300 B
C++
SSAnne_2F_Room1_MapScripts::
|
|
.byte 0
|
|
|
|
SSAnne_2F_Room1_EventScript_Gentleman::
|
|
lock
|
|
faceplayer
|
|
message SSAnne_2F_Room1_Text_SleepingMonLookedLikeThis
|
|
waitmessage
|
|
setvar VAR_0x8004, SPECIES_SNORLAX
|
|
special SetSeenMon
|
|
showmonpic SPECIES_SNORLAX, 10, 3
|
|
waitbuttonpress
|
|
hidemonpic
|
|
release
|
|
end
|