-
Notifications
You must be signed in to change notification settings - Fork 815
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename Bill's brother to Bill's older sister
- Loading branch information
1 parent
9ae0531
commit 80bd942
Showing
9 changed files
with
57 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
object_const_def | ||
const BILLSOLDERSISTERSHOUSE_POKEFAN_F | ||
const BILLSOLDERSISTERSHOUSE_YOUNGSTER | ||
|
||
BillsOlderSistersHouse_MapScripts: | ||
def_scene_scripts | ||
|
||
def_callbacks | ||
|
||
BillsOlderSisterScript: | ||
jumptextfaceplayer BillsOlderSisterText | ||
|
||
BillsOlderSistersHouseYoungsterScript: | ||
jumptextfaceplayer BillsOlderSistersHouseYoungsterText | ||
|
||
BillsOlderSisterText: | ||
text "My grandpa is at " | ||
line "my brother BILL's" | ||
cont "on CERULEAN CAPE." | ||
done | ||
|
||
BillsOlderSistersHouseYoungsterText: | ||
text "I saw these weird," | ||
line "slow #MON on" | ||
cont "CYCLING ROAD." | ||
done | ||
|
||
BillsOlderSistersHouse_MapEvents: | ||
db 0, 0 ; filler | ||
|
||
def_warp_events | ||
warp_event 2, 7, FUCHSIA_CITY, 4 | ||
warp_event 3, 7, FUCHSIA_CITY, 4 | ||
|
||
def_coord_events | ||
|
||
def_bg_events | ||
|
||
def_object_events | ||
object_event 2, 3, SPRITE_POKEFAN_F, SPRITEMOVEDATA_STANDING_RIGHT, 0, 0, -1, -1, PAL_NPC_RED, OBJECTTYPE_SCRIPT, 0, BillsOlderSisterScript, -1 | ||
object_event 6, 4, SPRITE_YOUNGSTER, SPRITEMOVEDATA_WALK_UP_DOWN, 0, 1, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, BillsOlderSistersHouseYoungsterScript, -1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters