Skip to content

Instantly share code, notes, and snippets.

View AnonymousRandomPerson's full-sized avatar

AnonymousRandomPerson AnonymousRandomPerson

View GitHub Profile
@AnonymousRandomPerson
AnonymousRandomPerson / Rescue Team AI Details video transcript
Created September 3, 2021 01:31
Rescue Team AI Details video transcript
All the details: AI in Pokémon Mystery Dungeon: Red/Blue Rescue Team
Previously, we looked at the overall structure of PMD's AI.
1. Item
2. Attack
3. Move
4. Wait
If you haven't seen the previous video, I recommend watching that first. (Link in the description)
There are plenty of AI details that haven't been examined yet.
Let's dive right into those details!
@AnonymousRandomPerson
AnonymousRandomPerson / Rescue Team AI raw notes
Last active September 3, 2021 01:28
Rescue Team AI raw notes
# All these statuses ignore tactics and Hungry Pal.
if Pokémon is a decoy or cross-eyed:
Move in a random direction.
End.
if Pokémon has blinker:
if Pokémon can move forward:
Move forward.
End.
if roll 50% is success:
@AnonymousRandomPerson
AnonymousRandomPerson / Rescue Team AI video transcript
Last active September 3, 2021 01:28
Rescue Team AI video transcript
How AI works in Pokémon Mystery Dungeon: Red/Blue Rescue Team
Sometimes your partner's AI works
...and sometimes it doesn't.
How does the AI decide what to do?
Let's take a closer look.
There are three main types of actions in PMD:
* Moving
* Attacking