Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…ellow

git fix
  • Loading branch information
RainbowMetalPigeon committed Oct 4, 2024
2 parents 4734076 + 01917f4 commit f544e45
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 33 deletions.
40 changes: 7 additions & 33 deletions AllPokemonInfoExcel/ExcelToPokemonInfoAsm.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -3183,7 +3183,7 @@
},
{
"cell_type": "code",
"execution_count": 51,
"execution_count": 52,
"metadata": {
"scrolled": false
},
Expand All @@ -3197,38 +3197,12 @@
"cont \"powerful the\"\n",
"cont \"SELECT Button is!\"\n",
"\n",
"para \"If you press it at\"\n",
"line \"the end of a\"\n",
"cont \"#MON page in\"\n",
"cont \"the pokeDEX, it\"\n",
"cont \"shows its shiny\"\n",
"cont \"form!\"\n",
"\n",
"para \"In the options\"\n",
"line \"menus, it gives\"\n",
"cont \"you extra infos!\"\n",
"\n",
"para \"And in the STATS\"\n",
"line \"screen of the\"\n",
"cont \"#MON party,\"\n",
"cont \"toggles between\"\n",
"cont \"current stats,\"\n",
"cont \"base stats, DVs,\"\n",
"cont \"and EVs!\"\n",
"\n",
"\n",
"para \"Keep in mind that\"\n",
"line \"all of this is\"\n",
"cont \"true with default\"\n",
"cont \"cap setting,\"\n",
"cont \"OBEDIE. LOOSE!\"\n",
"\n",
"\n",
"para \"Finally, the more\"\n",
"line \"BADGEs you have,\"\n",
"cont \"the more likely\"\n",
"cont \"you're to find a\"\n",
"cont \"shiny #MON!\"\n",
"\n",
"\n",
"\n",
Expand All @@ -3237,21 +3211,21 @@
}
],
"source": [
"lineifyDialogue(\"My friend just told me how powerful the SELECT Button is!\", firstLine=True)\n",
"lineifyDialogue(\"Oh, and about the EVs: it shows you directly the stat increase \", firstLine=True)\n",
"print(\"\")\n",
"lineifyDialogue(\"If you press it at the end of a PoKeMoN page in the pokeDEX, it shows its shiny form!\")\n",
"lineifyDialogue(\"\")\n",
"print(\"\")\n",
"lineifyDialogue(\"In the options menus, it gives you extra infos!\")\n",
"lineifyDialogue(\"\")\n",
"print(\"\")\n",
"lineifyDialogue(\"And in the STATS screen of the PoKeMoN party, toggles between current stats, base stats, DVs, and EVs!\")\n",
"lineifyDialogue(\"\")\n",
"print(\"\")\n",
"lineifyDialogue(\"\")\n",
"print(\"\")\n",
"lineifyDialogue(\"Keep in mind that all of this is true with default cap setting, OBEDIE. LOOSE!\")\n",
"lineifyDialogue(\"\")\n",
"print(\"\")\n",
"lineifyDialogue(\"\")\n",
"print(\"\")\n",
"lineifyDialogue(\"Finally, the more BADGEs you have, the more likely you're to find a shiny PoKeMoN!\")\n",
"lineifyDialogue(\"\")\n",
"print(\"\")\n",
"lineifyDialogue(\"\")\n",
"print(\"\")\n",
Expand Down
7 changes: 7 additions & 0 deletions text/ViridianSchoolHouse.asm
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,13 @@ _SchoolText4::
cont "current stats,"
cont "base stats, DVs,"
cont "and EVs!"

para "Oh, and about the"
line "EVs: it shows you"
cont "directly the stat"
cont "increase at"
cont "LV100, which"
cont "maxes out at 63."
done

_SchoolText5::
Expand Down

0 comments on commit f544e45

Please sign in to comment.