mirror of
https://github.com/AdAstra-LD/DS-Pokemon-Rom-Editor.git
synced 2026-08-24 03:44:31 -05:00
Added HGSS command 0x0181 to database
This commit is contained in:
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user