diff options
author | YamaArashi <shadow962@live.com> | 2016-06-11 17:51:03 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-11 17:51:03 -0700 |
commit | 54143d33fc1211fb0c949ba62633d1c8d94f2717 (patch) | |
tree | 9176ffc5b6384a48eb32ea8f33ac97d1d67f6865 /engine/move_mon.asm | |
parent | db0ac16b6b4f257de338d1aaac561e681ca8723a (diff) | |
parent | 7e112672b436afee27f1a5a0d6e7a5964e7829b2 (diff) |
Merge pull request #13 from YamaArashi/master
remove address comments
Diffstat (limited to 'engine/move_mon.asm')
-rw-r--r-- | engine/move_mon.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/move_mon.asm b/engine/move_mon.asm index 718e9b16..3471875e 100644 --- a/engine/move_mon.asm +++ b/engine/move_mon.asm @@ -1,4 +1,4 @@ -_MoveMon: ; f3a4 (3:73a4) +_MoveMon: ld a, [wMoveMonType] and a jr z, .checkPartyMonSlots |