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/load_mon_data.asm | |
| parent | Merge pull request #14 from PikalaxALT/master (diff) | |
| parent | remove address comments (diff) | |
| download | pokeyellow-54143d33fc1211fb0c949ba62633d1c8d94f2717.tar.gz pokeyellow-54143d33fc1211fb0c949ba62633d1c8d94f2717.tar.xz pokeyellow-54143d33fc1211fb0c949ba62633d1c8d94f2717.zip | |
Merge pull request #13 from YamaArashi/master
remove address comments
Diffstat (limited to 'engine/load_mon_data.asm')
| -rw-r--r-- | engine/load_mon_data.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/load_mon_data.asm b/engine/load_mon_data.asm index 4a1e3097..e708113f 100644 --- a/engine/load_mon_data.asm +++ b/engine/load_mon_data.asm @@ -1,4 +1,4 @@ -LoadMonData_: ; 442b (1:442b) +LoadMonData_: ; Load monster [wWhichPokemon] from list [wMonDataLocation]: ; 0: partymon ; 1: enemymon @@ -49,7 +49,7 @@ LoadMonData_: ; 442b (1:442b) jp CopyData ; get species of mon e in list [wMonDataLocation] for LoadMonData -GetMonSpecies: ; 4478 (1:4478) +GetMonSpecies: ld hl, wPartySpecies ld a, [wMonDataLocation] and a @@ -65,4 +65,4 @@ GetMonSpecies: ; 4478 (1:4478) add hl, de ld a, [hl] ld [wcf91], a - ret
\ No newline at end of file + ret |
