diff options
| author | YamaArashi <shadow962@live.com> | 2014-09-13 00:50:56 -0700 |
|---|---|---|
| committer | YamaArashi <shadow962@live.com> | 2014-09-13 00:50:56 -0700 |
| commit | 0c916aea3353ed1bf2750be403b0da9ea0b922d4 (patch) | |
| tree | 4e50d805a37f06fabac6086a7ad6ed1d4f4526c4 /scripts/mansion3.asm | |
| parent | Labelled and commented mostly sprite-related things (diff) | |
| download | pokeyellow-0c916aea3353ed1bf2750be403b0da9ea0b922d4.tar.gz pokeyellow-0c916aea3353ed1bf2750be403b0da9ea0b922d4.tar.xz pokeyellow-0c916aea3353ed1bf2750be403b0da9ea0b922d4.zip | |
Commented more sprite and map code
Diffstat (limited to 'scripts/mansion3.asm')
| -rwxr-xr-x | scripts/mansion3.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/mansion3.asm b/scripts/mansion3.asm index 4e9c2271..494fba13 100755 --- a/scripts/mansion3.asm +++ b/scripts/mansion3.asm @@ -40,7 +40,7 @@ Mansion3ScriptPointers: ; 52235 (14:6235) Mansion3Script0: ; 5223b (14:623b) ld hl, CoordsData_52254 call Mansion3Script_5225b - ld a, [wd71e] + ld a, [wWhichDungeonWarp] and a jp z, CheckFightingMapTrainers cp $3 @@ -48,7 +48,7 @@ Mansion3Script0: ; 5223b (14:623b) jr nz, .asm_52250 ld a, $d6 .asm_52250 - ld [wd71d], a + ld [wDungeonWarpDestinationMap], a ret CoordsData_52254: ; 52254 (14:6254) @@ -59,14 +59,14 @@ CoordsData_52254: ; 52254 (14:6254) Mansion3Script_5225b: ; 5225b (14:625b) xor a - ld [wd71e], a + ld [wWhichDungeonWarp], a ld a, [wd72d] bit 4, a ret nz call ArePlayerCoordsInArray ret nc ld a, [wWhichTrade] ; wWhichTrade - ld [wd71e], a + ld [wWhichDungeonWarp], a ld hl, wd72d set 4, [hl] ld hl, wd732 |
