StatDex: Difference between revisions

From Glitch City Wiki
Jump to navigation Jump to search
Content added Content deleted
>Torchickens
No edit summary
>Torchickens
Line 43: Line 43:
! Hex !! Dec !! Name (vitamin database) !! Name (battle database) !! Move effect ID(s) that affect it (battle database, no [[arbitrary code execution]])
! Hex !! Dec !! Name (vitamin database) !! Name (battle database) !! Move effect ID(s) that affect it (battle database, no [[arbitrary code execution]])
|-
|-
| 0 || 0 || (Random name) || (Random name) ||
| 00 || 000 || (Random name) || (Random name) ||
|-
|-
| 1 || 1 || HEALTH || ATTACK ||
| 01 || 001 || HEALTH || ATTACK ||
|-
|-
| 2 || 2 || ATTACK || DEFENSE ||
| 02 || 002 || ATTACK || DEFENSE ||
|-
|-
| 3 || 3 || DEFENSE || SPEED ||
| 03 || 003 || DEFENSE || SPEED ||
|-
|-
| 4 || 4 || SPEED || SPECIAL ||
| 04 || 004 || SPEED || SPECIAL ||
|-
|-
| 5 || 5 || SPECIAL || ACCURACY ||
| 05 || 005 || SPECIAL || ACCURACY ||
|-
|-
| 6 || 6 || # TRAINER #### || EVADE ||
| 06 || 006 || # TRAINER #### || EVADE ||
|-
|-
| 07 || 007 || #O## || ? || None?
| 4F || 79 || [[StatDex/Y:079|(Random name)]] || [[StatDex/Y:079|(Random name)]] || 0x92
|-
|-
| 5C || 92 || [[StatDex/Y:092|(Random name)]] || [[StatDex/Y:092|(Random name)]] || 0x8D
| 08 || 008 || 4…… h# || ? || None?
|-
|-
| 5D || 93 || [[StatDex/RBY:093|(Random name)]] || [[StatDex/RBY:093|(Random name)]] || 0x8E
| 09 || 009 || 4TRAINER 81 8 || ? || None?
|-
| 0A || 010 || ## E# #éA || ? || None?
|-
| 0B || 011 || # ## || ? || None?
|-
| 0C || 012 || #ゥ####4…… h || ? || None?
|-
| 0D || 013 || CB v##F## || ? || None?
|-
| 4F || 079 || [[StatDex/Y:079|(Random name)]] || [[StatDex/Y:079|(Random name)]] || 0x92
|-
| 5C || 092 || [[StatDex/Y:092|(Random name)]] || [[StatDex/Y:092|(Random name)]] || 0x8D
|-
| 5D || 093 || [[StatDex/RBY:093|(Random name)]] || [[StatDex/RBY:093|(Random name)]] || 0x8E
|}
|}
|}
|}

Revision as of 15:35, 20 February 2018

This article is incomplete. Please feel free to add any missing information about the subject. It is missing: {{{1}}}.

This project known as the StatDex covers known stats and glitch stats in the Pokémon games.

The vitamin database is the database of stat names in Pokémon Red, Blue, and Yellow for when using a vitamin such as a HP Up or Protein.

The battle database is the database of stat names in Red, Blue, Yellow for when a stat or glitch stat is affected in battle, and the message box states a change.

In Pokémon Red and Blue

Hex Dec Name (vitamin database) Name (battle database) Move effect ID(s) that affect it (battle database, no arbitrary code execution)
0 0 (Random name) (Random name)
1 1 HEALTH ATTACK
2 2 ATTACK DEFENSE
3 3 DEFENSE SPEED
4 4 SPEED SPECIAL
5 5 SPECIAL ACCURACY
6 6 (blank name) EVADE
5D 93 (Random name) (Random name) 0x8E

In Pokémon Yellow

Hex Dec Name (vitamin database) Name (battle database) Move effect ID(s) that affect it (battle database, no arbitrary code execution)
00 000 (Random name) (Random name)
01 001 HEALTH ATTACK
02 002 ATTACK DEFENSE
03 003 DEFENSE SPEED
04 004 SPEED SPECIAL
05 005 SPECIAL ACCURACY
06 006 # TRAINER #### EVADE
07 007 #O## ? None?
08 008 4…… h# ? None?
09 009 4TRAINER 81 8 ? None?
0A 010 ## E# #éA ? None?
0B 011 # ## ? None?
0C 012 #ゥ####4…… h ? None?
0D 013 CB v##F## ? None?
4F 079 (Random name) (Random name) 0x92
5C 092 (Random name) (Random name) 0x8D
5D 093 (Random name) (Random name) 0x8E
This article or section is a stub. You can help Glitch City Wiki by expanding it.