From 9c75355d718ab63bbe53fbdf3ab0eb414982a77e Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Sun, 7 May 2017 21:10:44 -0700 Subject: decompile more pokemon functions --- data/pokemon.s | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'data') diff --git a/data/pokemon.s b/data/pokemon.s index 758e6c77e..cae39c0f2 100644 --- a/data/pokemon.s +++ b/data/pokemon.s @@ -115,15 +115,15 @@ gUnknown_082082FE:: @ 82082FE .byte -5, -5, -10 .align 1 -gUnknown_0820831A:: @ 820831A - .2byte 0xF - .2byte 0x13 - .2byte 0x39 - .2byte 0x46 - .2byte 0x94 - .2byte 0xF9 - .2byte 0x7F - .2byte 0x123 +gHMMoves:: @ 820831A + .2byte MOVE_CUT + .2byte MOVE_FLY + .2byte MOVE_SURF + .2byte MOVE_STRENGTH + .2byte MOVE_FLASH + .2byte MOVE_ROCK_SMASH + .2byte MOVE_WATERFALL + .2byte MOVE_DIVE .2byte 0xFFFF @ "Nidoran♂" Japanese name -- cgit v1.2.3