Welcome to Data Crystal's new home! Data Crystal is now part of the TCRF family (sort of).
The wiki has recently moved; please report any issues in Discord. Pardon the dust.

User:Mantidactyle: Difference between revisions

From Data Crystal
Jump to navigation Jump to search
(Let's get rid of the old To Do List for now)
Tag: Replaced
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
Froggy25 on tcrf and Smogon.<br>
Froggy25 on tcrf and Smogon.<br>
Méga Lag on Stack Overflow.
Méga Lag on Stack Overflow.
==To Do List==
===[[Final Fantasy IX]]===
*Trance Kuja casting Meteor in some FR versions
*There are areas specifically coded to have no random encounters, like bridges and the area in front of Daguerreo. Document this.
===[[Pokémon Stadium]]===
*Coding at the moment: Editor for CPU and Player's Pokémon ([https://github.com/Guernouille/Stadium_Editor GitHub])
**Done
***Read CPU Teams
***Modify CPU Teams
***Randomize CPU Teams
***Read Rental Pokémon
***Modify Rental Pokémon
***Randomize Rental Pokémon
***Read Pokémon data
***Read Pokémon names and pointers
***Read Pokédex entries and pointers
***Read Move data
***Read Move names and pointers
***Read Weaknesses and Resistances
***Modify Weaknesses and Resistances
***Randomize Weaknesses and Resistances
***Modify Pokémon data
***Randomize Pokémon data
***Modify Move data
***Randomize Move data
***Read Move Effects
***Modify Move Effects
**To do
***Filter valid moves for a Pokémon
***Modify Pokémon names and pointers
***Modify Pokédex entries and pointers
***Modify Move names and pointers
*<s>Need to have a look at [https://github.com/Kingcom/armips armips] to start posting stuff to the GitHub repo</s> Will use [http://origami64.net/showthread.php?tid=30 CajeASM], more suited to n64.
*Document the [https://www.youtube.com/watch?v=GFzXpyWeTM4 Hyper Beam + Sleep glitch]
*Document Haze mechanics changes from RBY
*Trainer AI, in progress
===[[Pokémon Trading Card Game 2]]===
*Working on a possible ACE with said Zapdos https://www.youtube.com/watch?v=9B8Z_YoMkcQ
*Check if there is a rarity bias in boosters depending on the CPU opponent.
===[[Skies of Arcadia]]===
*On hold: editor for enemies, spells and special attacks.
===[[Yu-Gi-Oh! Duel Monsters]] / [[Yu-Gi-Oh! Duel Monsters II]]===
*Document Exodia bug
===[[Yu-Gi-Oh! Dark Duel Stories]]===
*Figure out how card illustrations work in this game
*Currently working on the AI discarding Tremendous Fire instead of activating it. What could possibly go wrong ? The subroutine used to discard a Tribute monster while the hand is full is being called with a hand consisting of one spell card because the conditional statement is utterly fucked up.
*Urrrh... The AI chooses to discard Swords of Revealing Light instead of activating it if there's no monsters on the field.
*This game will drive me nuts : let's say the CPU has a Harpie's Feather Duster in hand, and you have a trap in play. You play a monster. The CPU activates Harpie's Feather Duster. Everything is all right, right ? '''NO !''' If you don't play a monster and leave your field empty, the CPU attack without activating Harpie's Feather Duster because the check for an opponent trap card is made AFTER the check for "does my opponent have a monster ?" when deciding whether or not to attack.
*Found the remnants of a debug mode. [http://oldgamehacking.com/?p=576 There is more than the sound test and chara viewer which were found earlier.]
*I found a major glitch, filling the player's deck with some data. Might be useable in a TAS. [http://www.pixenli.com/images/1404/1404218465065322500.png aaaaaaaaRRRRRRRR] [http://www.pixenli.com/images/1404/1404219451087594900.png aaaaaaaaRRRRRRRR] [http://www.pixenli.com/images/1404/1404219502045734500.png aaaaaaaaRRRRRRRR] (Attacking directly with this monster causes the game to crash, as it doesn't have a proper illustration). [http://www.pixenli.com/images/1404/1404219907016778800.png Even the main characters find this pathetic].
*Working on the AI so it can use Pot of Greed.
*Working on the AI so it doesn't discard Swords of Revealing Light anymore.
*Adding the graveyard from DM4, and new effect monsters atm.

Latest revision as of 14:29, 24 January 2024

Froggy25 on tcrf and Smogon.
Méga Lag on Stack Overflow.