This commit is contained in:
Zeta_Null 2024-07-31 15:28:36 -04:00
commit 1d41bfa2f8
42 changed files with 230 additions and 217 deletions

View file

@ -1,10 +1,10 @@
db "PSI@" ; species name
dw 211, 430 ; height, weight
db "It hypnotizes"
next "itself so that it"
next "can teleport away"
db "Lives in urban" ; taken from a lot of other media, not much about this pokemon.
next "areas. Even when"
next "sleeping, it can"
page "when it senses"
next "danger, even"
next "if it is asleep.@"
page "control its PSI"
next "powers, letting it"
next "easily flee foes.@"

View file

@ -1,10 +1,10 @@
db "FOSSIL@" ; species name
dw 511, 1300 ; height, weight
db "In prehistoric"
next "times, this"
next "#MON flew"
db "Its wings were ma-"
next "de of a rocky mat-"
next "erial, strengthen-"
page "freely and"
next "fearlessly through"
next "the skies.@"
page "ing WING ATTACK."
next "Loves to eat GOLD"
next "BERRIES.@" ; Referencing Carddass artwork https://archives.bulbagarden.net/media/upload/b/bd/Bandai_Aerodactyl_card.jpg and that one anime episode

View file

@ -1,10 +1,10 @@
db "LONG TAIL@" ; species name
dw 207, 250 ; height, weight
db "It uses its tail"
next "to hang on to tree"
next "branches. It uses"
db "While it loves ba-"
next "nanas, AIPOM has"
next "been seen preying"
page "its momentum to"
next "swing from one"
next "branch to another.@"
page "on SUNKERN. It" ; This references the Ultra Moon dex entry where Bounsweet is said to be its favourite.
next "hunts them by pou-"
next "ncing wildly.@"

View file

@ -1,10 +1,10 @@
db "PSI@" ; species name
dw 411, 1060 ; height, weight
db "It has an IQ of"
next "5000. It calcu-"
next "lates many things"
page "in order to gain"
next "the edge in every"
next "battle.@"
db "5,000 IQ helps it"
next "find tactics its"
next "TRAINER misses."
db "It defends its we-"
next "ak body by using"
next "REFLECT.@" ; References Carddass artwork https://archives.bulbagarden.net/media/upload/c/c8/Bandai_Alakazam_card.jpg

View file

@ -1,10 +1,10 @@
db "LIGHT@" ; species name
dw 407, 1360 ; height, weight
db "When it gets dark,"
next "the light from its"
next "bright, shiny tail"
db "Thought to be a"
next "spacefaring drag-"
next "on, remnants of"
page "can be seen from"
next "far away on the"
next "ocean's surface.@"
page "draconic genes"
next "were found in"
next "its DNA.@" ; Referencing the Official Pokemon Fanbook, which brought in the rumours of Ampharos once being dragon-type, as well as Mega Ampharos's Pokedex entries.

View file

@ -1,10 +1,12 @@
db "COBRA@" ; species name
dw 1106, 1430 ; height, weight
db "To intimidate"
next "foes, it spreads"
next "its chest wide and"
db "If its terrifying"
next "visage doesn't de-"
next "ter foes, it spits"
page "makes eerie sounds"
next "by expelling air"
next "from its mouth.@"
page "ACID at the eyes"
next "of its foe, blind-"
next "ing them.@" ; Referencing Carddass artwork and Spitting Cobra ecology.
; https://archives.bulbagarden.net/media/upload/0/06/Bandai_Arbok_card.jpg

View file

@ -1,10 +1,10 @@
db "LEGENDARY@" ; species name
dw 603, 3420 ; height, weight
db "An ancient picture"
next "scroll shows that"
next "people were"
db "While rarely seen"
next "in praries, it is"
next "easier to find in"
page "attracted to its"
next "movement as it ran"
next "through prairies.@"
page "volcanoes, where"
next "it sleeps in lava" ; Referencing Pokemon Snap.
next "pits.@"

View file

@ -1,10 +1,12 @@
db "LONG LEG@" ; species name
dw 307, 740 ; height, weight
db "Rather than mak-"
next "ing a nest in one"
next "specific spot, it"
db "Its silk is extre-"
next "mely strong. To"
next "avoid capture,"
page "wanders in search"
next "of food after"
next "darkness falls.@"
page "it spits from the"
next "front or rear to"
next "seal # BALLs.@"
; The way Ariados hunts is contradicted like, all the time, it's kind of ridiculous.
; So to avoid the issue entirely, I put together the lore about the silk it spits, among other things, to make this.

View file

@ -2,9 +2,9 @@
dw 507, 1220 ; height, weight
db "Legendary bird"
next "#MON. As it"
next "flies through the"
next "#MON. When"
next "discovered, it"
page "sky, it cools the"
next "air, causing snow"
next "to fall.@"
page "whips up a blizz-" ; Referencing Pokemon Ranger: Guardian Signs and Carddass artwork. https://archives.bulbagarden.net/media/upload/4/46/Bandai_Articuno_card.jpg
next "ard, freezing"
next "the foe forever.@" ; soft-reference to RBY too.

View file

@ -1,10 +1,12 @@
db "AQUARABBIT@" ; species name
dw 207, 630 ; height, weight
db "The bubble-like"
next "pattern on its"
next "stomach helps it"
db "Its tail is sur-"
next "prisingly heavy."
next "To defend its fa-"
page "camouflage itself"
next "when it's in the"
next "water.@"
page "mily, it will use"
next "it as a mace, le-"
next "aving a crater.@" ; could be rewritten for clarity, relies on someone knowing what a mace is.
; Referencing TCG artwork from HeartGold SoulSilver 2
; https://archives.bulbagarden.net/media/upload/a/aa/AzumarillHeartGoldSoulSilver2.jpg

View file

@ -1,10 +1,11 @@
db "BALLOON@" ; species name
dw 503, 1210 ; height, weight - temp
db "Pulling BALUMBA's"
next "string causes it"
next "great pain, maki-"
page "ng it shriek."
next "Lives near small"
next "villages.@"
db "Lives near small"
next "villages. Pulling"
next "BALUMBA's shriek"
page "causes it great"
next "pain, making it"
next "shriek.@"

View file

@ -7,4 +7,4 @@
page "allergic reactions"
next "in attackers. It"
next "loves nectar.@"
next "loves nectar.@" ; could be made honey, and then integrated into other honey tree encounters

View file

@ -1,10 +1,10 @@
db "LEAF@" ; species name
dw 311, 350 ; height, weight
db "The scent that"
next "wafts from the"
next "leaves on its neck"
db "Its RAZOR LEAF can"
next "demolish metal fe-" ; Pokemon Ranger Browser entry
next "nces. The aroma"
page "causes anyone who"
next "smells it to"
next "become energetic.@"
page "it gives off will"
next "energise even sl-" ; Pokemon Sleep reference
next "eeping #MON.@"

View file

@ -1,10 +1,10 @@
db "POISON BEE@" ; species name
dw 303, 650 ; height, weight
db "It uses sharp,"
next "poisonous stings"
next "to defeat prey,"
db "When faced with"
next "a fleeing #-"
next "MON, it can shoot"
page "then takes the"
next "victim back to its"
next "nest for food.@"
page "its stinger at t-"
next "hem. It grows ba-"
next "ck very quickly.@" ; Referencing Carddass artwork of it using Pin Missile https://archives.bulbagarden.net/media/upload/3/30/Bandai_Beedrill_card.jpg

View file

@ -1,10 +1,12 @@
db "FLOWER@" ; species name
dw 104, 130 ; height, weight
db "When these dance"
next "together, their"
next "petals rub against"
db "Hides in vegetati-" ; New Pokemon Snap
next "on. If discovered," ; Ranger
next "it defends itself"
page "each other,"
next "making pretty,"
next "relaxing sounds.@"
page "with a flurry of"
next "leaves, vines,"
next "and petals.@"
; kind of sucks and there's definitely media from the anime or something that could be better
; rewrite if based

View file

@ -1,10 +1,10 @@
db "FLOWER@" ; species name
dw 204, 90 ; height, weight
db "If it notices"
next "anything that"
next "moves, it"
db "To catch prey, it"
next "extends its roots"
next "to constrict them." ; Referencing Carddass artwork https://archives.bulbagarden.net/media/upload/0/02/Bandai_Bellsprout_card.jpg
page "immediately flings"
next "its vine at the"
next "object.@"
page "It follows this"
next "up with ACID and"
next "VINE WHIP.@"

View file

@ -1,10 +1,11 @@
db "SHELLFISH@" ; species name
dw 503, 1890 ; height, weight
db "It firmly plants"
next "its feet on the"
next "ground before"
db "Its HYDRO PUMP"
next "is so powerful,"
next "it launches it"
page "shooting water"
next "from the jets on"
next "its back.@"
page "backwards. Smart"
next "BLASTOISE use th-"
next "is in battle.@"
; Derived from Pokken Tournament. Bit shoddily written, feel free to enhance.

View file

@ -1,10 +1,10 @@
db "HAPPINESS@" ; species name
dw 411, 1030 ; height, weight
db "Biting into one"
next "of the delicious"
next "eggs that BLISSEY"
page "provides will make"
next "everyone around"
next "smile with joy.@"
db "An urban #MON."
next "If it sees a wou-"
next "nded #MON, it"
page "will rush in to"
next "heal it before" ; Legends Arceus
next "running away.@"

View file

@ -5,6 +5,6 @@
next "must be bottle-fed"
next "before eating"
page "solid food."
next "It cries to expel"
page "solid food. it"
next "cries to expel"
next "excess moisture.@"

View file

@ -1,10 +1,10 @@
db "SEED@" ; species name
dw 204, 150 ; height, weight
db "While it is young,"
next "it uses the"
next "nutrients that are"
db "It has been seen"
next "climbing trees us-" ; Pokemon card art life https://bulbapedia.bulbagarden.net/wiki/Pok%C3%A9mon_card_art_life
next "ing its vines. If"
page "stored in the"
next "seeds on its back"
next "in order to grow.@"
page "weak, it will sow"
next "LEECH SEEDs, rej-"
next "uvenating itself.@" ; Carddass artwork https://archives.bulbagarden.net/media/upload/f/ff/Bandai_Bulbasaur_card.jpg

View file

@ -1,10 +1,10 @@
db "BUTTERFLY@" ; species name
dw 307, 710 ; height, weight
db "It flits from"
next "flower to flower,"
next "collecting honey."
db "When asleep, it"
next "continues to flap"
next "its wings. However,"
page "It can even"
next "identify distant"
next "flowers in bloom.@"
page "it often spreads"
next "POISON POWDER by"
next "accident.@" ; Pokemon Sleep

View file

@ -5,6 +5,6 @@
next "young in a bundle"
next "made of its own"
page "down. It is close"
next "with GUARDIA and"
next "KANGASKHAN.@"
page "down. Its broody"
next "nature is loved"
next "by DAY CAREs.@"

View file

@ -1,10 +1,10 @@
db "WORM@" ; species name
dw 100, 60 ; height, weight
db "It crawls into"
next "foliage where it"
next "camouflages itself"
db "When attacked, it"
next "emits a foul ste-"
next "nch from its ant-" ; anime and characteristic for the species
page "among leaves that"
next "are the same color"
next "as its body.@"
page "enna before spra-"
next "ying strings of"
next "silk everywhere.@" ; Carddass artwork https://archives.bulbagarden.net/media/upload/7/7a/Bandai_Caterpie_card.jpg

View file

@ -1,10 +1,10 @@
db "TIMETRAVEL@" ; species name
dw 200, 110 ; height, weight
db "Revered as a"
next "guardian of the"
next "forest, CELEBI"
db "It has the power"
next "to travel through"
next "time. Its power"
page "appears wherever"
next "beautiful forests"
next "exist.@"
page "rejuvenates plan-"
next "ts and #MON" ; Shield dex entry, soft-referencing its future role in Pokemon Colosseum.
next "alike.@"

View file

@ -1,10 +1,10 @@
db "EGG@" ; species name
dw 307, 760 ; height, weight
db "People try to"
next "catch it for its"
next "extremely"
db "It takes extreme"
next "care in handling"
next "its EGGs. Somet-"
page "nutritious eggs,"
next "but it rarely can"
next "be found.@"
page "imes, it will use"
next "SING to soothe"
next "the baby inside.@" ; Carddass artwork https://archives.bulbagarden.net/media/upload/4/43/Bandai_Chansey_card.jpg

View file

@ -1,10 +1,10 @@
db "FLAME@" ; species name
dw 507, 2000 ; height, weight
db "It uses its wings"
next "to fly high. The"
next "temperature of its"
db "Extremely proud of"
next "its power, it only"
next "obeys strong TRAI-"
page "fire increases as"
next "it gains exper-"
next "ience in battle.@"
page "NERs. If angered,"
next "its tail burns"
next "blue.@" ; anime

View file

@ -5,6 +5,6 @@
next "augmented by"
next "SILPH CO. to"
page "battle TYRANITAR." ; Like a sequel to Omegadge vs Gawarhed!
page "battle GAWARHED."
next "The three heads"
next "work in unison.@"

View file

@ -1,10 +1,10 @@
db "LIZARD@" ; species name
dw 200, 190 ; height, weight
db "If it's healthy,"
next "the flame on the"
next "tip of its tail"
db "Lives in packs"
next "within secluded"
next "mountains. If it"
page "will burn vigor-"
next "ously, even if it"
next "gets a bit wet.@"
page "sees food, it"
next "calls for its"
next "friends to share.@" ; Pokemon Snap

View file

@ -1,10 +1,10 @@
db "FLAME@" ; species name
dw 307, 420 ; height, weight
db "If it becomes"
next "agitated during"
next "battle, it spouts"
db "Has a hotheaded,"
next "combative dispos-"
next "ision. However,"
page "intense flames,"
next "incinerating its"
next "surroundings.@"
page "if it wins a ba-"
next "ttle, it sleeps"
next "head-in-hand.@" ; Pokemon Sleep

View file

@ -1,10 +1,10 @@
db "LEAF@" ; species name
dw 211, 140 ; height, weight
db "It loves to bask"
next "in the sunlight."
next "It uses the leaf"
db "Its leaf can de-"
next "tect warmth and"
next "humidity. When"
page "on its head to"
next "seek out warm"
next "places.@"
page "it finds a su-"
next "table spot, it"; smash bros brawl & pokemon sleep
next "rests on it.@" ; shoddily written tbh

View file

@ -1,10 +1,10 @@
db "ANGLER@" ; species name
dw 108, 260 ; height, weight
db "Its antennae, whi-"
next "ch evolved from a"
next "fin, have both po-"
db "Lives in the ocean"
next "depths. If brought"
next "to shore, it will"
page "sitive and neg-"
next "ative charges flo-"
next "wing through them.@"
page "shock its captor"
next "before hobbling"
next "back to sea.@" ; anime

View file

@ -1,10 +1,10 @@
db "FAIRY@" ; species name
dw 403, 880 ; height, weight
db "Said to live in"
next "quiet, remote"
next "mountains, this"
db "Because it's oft-"
next "en seen gazing at"
next "the stars, this"
page "type of fairy has"
next "a strong aversion"
next "to being seen.@"
page "#MON is said"
next "to come from"
next "space.@" ; Clefairy Tales (anime ep)

View file

@ -1,10 +1,10 @@
db "FAIRY@" ; species name
dw 200, 170 ; height, weight
db "Though rarely"
next "seen, it becomes"
next "easier to spot,"
db "Seeing its METRO-"
next "NOME is considered"
next "to be auspicious." ; obscure as fuck word that means "oh yeah it means good fortune"
page "for some reason,"
next "on the night of a "
next "full moon.@"
page "Its wings can sto-"
next "re the power of"
next "moonlight to fly.@"

View file

@ -7,4 +7,4 @@
page "of explorers, much"
next "to their horror"
next "and disgust.@"
next "and disgust.@" ; it's secretly a solifuge,,,

View file

@ -1,10 +1,10 @@
db "SHRIEKING@" ; species name
dw 37, 1400 ; height, weight
db "It once fed on"
next "weaker mammals."
next "When hungry,"
db "It's weak, so its" ; this needs rewriting
next "mother has to"
next "feed it. When it's"
page "it lets out an"
next "ear-piercing"
next "shriek.@"
page "hungry, it lets"
next "out an ear-pier-"
next "cing shriek.@"

View file

@ -2,7 +2,7 @@
dw 311, 191 ; height, weight - temp
db "Popular amongst"
next "ringmaster for its"
next "ringmasters for its"
next "skillful juggling."
page "Training one is"

View file

@ -1,10 +1,13 @@
db "FLAME@" ; species name
dw 607, 1320 ; height, weight
db "Legendary bird"
next "#MON. It is"
next "said to migrate"
db "Said to be a pho-"
next "enix. When its"
next "home is threaten-"
page "from the south"
next "along with the"
next "spring.@"
page "ed, it dive bombs"
next "its foes using"
next "SKY ATTACK.@"
; A lot of early media shows Moltres "dive bombing" foes, like the Fossil TCG card and Carddass artwork. This seems to be rooted in prototype media showing a Flying-type move called Dive Bomb, which later became Fly. Here, we use that old lore.
; It's to the point that in GSC, it's the only Sky Attack-learning Pokemon!
; https://archives.bulbagarden.net/media/upload/d/d2/Bandai_Moltres_card.jpg

View file

@ -5,6 +5,6 @@
next "computers, but"
next "its corrupted"
page "data can often"
next "cause severe errors"
next "or glitches.@"
page "data causes severe"
next "errors, glitches,"
next "and data loss.@"

View file

@ -5,6 +5,6 @@
next "enemy. They vie"
next "for supremacy for"
page "the beaches by"
page "the beaches by" ; do u think he is winston churchill
next "commanding their"
next "underlings.@"

View file

@ -1,10 +1,10 @@
db "ELECTRIC@" ; species name
dw 503, 1160 ; height, weight
db "Legendary bird"
next "#MON. They say"
next "lightning caused"
db "To catch prey, it"
next "electrifies its"
next "talons before str-"
page "by the flapping of"
next "its wings causes"
next "summer storms.@"
page "iking from the he-"
next "avens. Nothing"
next "survives.@" ; Referencing Carddass artwork https://archives.bulbagarden.net/media/upload/c/cd/Bandai_Zapdos_card.jpg

View file

@ -11,9 +11,6 @@ PlayersHouse2F_MapScripts:
callback MAPCALLBACK_NEWMAP, PlayersHouse2FInitializeRoomCallback
callback MAPCALLBACK_TILES, PlayersHouse2FSetUpTileDecorationsCallback
PlayersHouse2FNoopScene: ; unreferenced
end
PlayersHouse2FInitializeRoomCallback:
special ToggleDecorationsVisibility
setevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_8
@ -116,8 +113,11 @@ PlayersHouse2F_MapEvents:
db 0, 0 ; filler
def_warp_events
IF DEF(_DEBUG)
warp_event 7, 0, DEBUG_ROOM, 1
;warp_event 7, 0, PLAYERS_HOUSE_1F, 3
else
warp_event 7, 0, PLAYERS_HOUSE_1F, 3
endc
def_coord_events

View file

@ -1,15 +1,15 @@
Exception: STATUS_ACCESS_VIOLATION at rip=00100401246
rax=FFFFFFF7FFF941B1 rbx=0000000000000352 rcx=0000000800000010
rdx=0000000000000000 rsi=000000080005BDC1 rdi=0000000000000000
rax=FFFFFFF7FFF907E1 rbx=000000000000019D rcx=0000000800000010
rdx=0000000000000000 rsi=000000080005C71B rdi=0000000000000000
r8 =00000000FFFFC7C4 r9 =0000000000000000 r10=0000000100000000
r11=00000001004013C6 r12=000000080006BE50 r13=0000000100403148
r14=000000080005BDC0 r15=0000000000000001
r11=0000000100401282 r12=000000080006F820 r13=0000000100403148
r14=000000080005C71A r15=0000000000000001
rbp=0000000100403156 rsp=00000000FFFFCA60
program=C:\cygwin64\home\chipp\jep-hack\tools\scan_includes.exe, pid 4802, thread main
program=C:\cygwin64\home\chipp\jep-hack\tools\scan_includes.exe, pid 8821, thread main
cs=0033 ds=002B es=002B fs=0053 gs=002B ss=002B
Stack trace:
Frame Function Args
00100403156 00100401246 (0080005BDC1, 00000000022, 00100403166, 000FFFFCB90)
00100403156 00100401246 (0080005C71B, 00000000022, 00100403166, 000FFFFCB90)
00100403156 00100401409 (00000000000, 00100000001, 00180227860, 00100407000)
00100403178 00100401C87 (00000000020, 00000000000, 00180049B11, 00180048A70)
000FFFFCD30 00180049B7D (00000000000, 00000000000, 00000000000, 00000000000)