mirror of
https://github.com/haven1433/HexManiacAdvance.git
synced 2026-05-09 04:41:16 -05:00
XSE was wrong, command 0x7B is for setting moves, not setting pp
This commit is contained in:
parent
ae8daed17f
commit
cd904b27f5
|
|
@ -178,7 +178,7 @@
|
|||
# 800D=2 if there was no room
|
||||
# 4037=? number of the PC box the pokemon was sent to, if it was boxed?
|
||||
7A giveEgg species:
|
||||
7B setpkmnpp pokemonSlot. attackSlot. ppAmount: # set a given pokemon in your party to have a 'ppAmount' pp for a move
|
||||
7B setmonmove pokemonSlot. attackSlot. newMove:data.pokemon.moves.names # set a given pokemon in your party to have a specific move. Slots range 0-4 and 0-3.
|
||||
7C checkattack move: # 800D=n, where n is the index of the pokemon that knows the move.
|
||||
# 800D=6, if no pokemon in your party knows the move
|
||||
# if successful, 8004 is set to the pokemon species
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user