diff options
author | YamaArashi <shadow962@live.com> | 2015-08-07 12:39:29 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2015-08-07 12:39:29 -0700 |
commit | 40c1ecb4374a83d9511fe2c5fa99704d9cfc521b (patch) | |
tree | 400c46f2005706ea7243cb243544be9ca2c51206 /main.asm | |
parent | f658aff5383fa1e22343efc17e4551c6e7685a39 (diff) |
fixed names
Diffstat (limited to 'main.asm')
-rwxr-xr-x | main.asm | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -86,7 +86,7 @@ LoadMonData_: ; 2: boxmon ; 3: daycaremon ; Return monster id at wcf91 and its data at wLoadedMon. -; Also load base stats at W_MONHDEXNUM for convenience. +; Also load base stats at W_MONHEADER for convenience. ld a, [wDayCareMonSpecies] ld [wcf91], a @@ -284,7 +284,7 @@ DetectCollisionBetweenSprites: ld [hld], a ; zero [$c1ic] (directions in which collisions occurred) ld a, [$ff91] - ld [hld], a ; [$c1ib] = adjusted X coordiate + ld [hld], a ; [$c1ib] = adjusted X coordinate ld a, [$ff90] ld [hl], a ; [$c1ia] = adjusted Y coordinate |