mirror of
https://github.com/AdAstra-LD/DS-Pokemon-Rom-Editor.git
synced 2026-05-20 03:18:30 -05:00
Added HGSS command 0x0181 to database
This commit is contained in:
parent
578aebd643
commit
6f4909d1cb
|
|
@ -1976,7 +1976,7 @@ namespace DSPRE.Resources {
|
|||
[0x017E] = "GetPokemonHappiness",
|
||||
[0x017F] = "AddHappiness",
|
||||
[0x0180] = "SubHappiness",
|
||||
|
||||
[0x0181] = "TextDaycareMonData",
|
||||
[0x0182] = "GetPlayerDirection",
|
||||
|
||||
[0x0185] = "CheckBornPokemonInParty",
|
||||
|
|
@ -2544,7 +2544,7 @@ namespace DSPRE.Resources {
|
|||
[0x017E] = new byte[] { 2, 2 },
|
||||
[0x017F] = new byte[] { 2, 2 },
|
||||
[0x0180] = new byte[] { 2, 2 },
|
||||
[0x0181] = new byte[] { 2, 2 },
|
||||
[0x0181] = new byte[] { 2, 2, 2, 2 },
|
||||
[0x0182] = new byte[] { 2 },
|
||||
[0x0183] = new byte[] { 2 },
|
||||
[0x0184] = new byte[] { 2 },
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user