diff options
| author | YamaArashi <shadow962@live.com> | 2014-09-14 11:29:18 -0700 |
|---|---|---|
| committer | YamaArashi <shadow962@live.com> | 2014-09-14 11:29:18 -0700 |
| commit | 2ed65d9c3e3ba60939ebe2928ffddc06a90b1876 (patch) | |
| tree | 0efc4cb1b79494d119524b120d27c8c5b74a6a05 /scripts/rockethideout2.asm | |
| parent | Commented more sprite and map code (diff) | |
| download | pokeyellow-2ed65d9c3e3ba60939ebe2928ffddc06a90b1876.tar.gz pokeyellow-2ed65d9c3e3ba60939ebe2928ffddc06a90b1876.tar.xz pokeyellow-2ed65d9c3e3ba60939ebe2928ffddc06a90b1876.zip | |
Commented/labelled misc functions
Diffstat (limited to 'scripts/rockethideout2.asm')
| -rwxr-xr-x | scripts/rockethideout2.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/rockethideout2.asm b/scripts/rockethideout2.asm index 326c1605..99754658 100755 --- a/scripts/rockethideout2.asm +++ b/scripts/rockethideout2.asm @@ -9,7 +9,7 @@ RocketHideout2Script: ; 44e27 (11:4e27) RocketHideout2ScriptPointers: ; 44e3a (11:4e3a) dw RocketHideout2Script0 - dw Func_324c + dw DisplayEnemyTrainerTextAndStartBattle dw EndTrainerBattle dw RocketHideout2Script3 @@ -19,7 +19,7 @@ RocketHideout2Script0: ; 44e42 (11:4e42) ld a, [W_XCOORD] ld c, a ld hl, RocketHideout2ArrowTilePlayerMovement - call Func_3442 + call DecodeArrowMovementRLE cp $ff jp z, CheckFightingMapTrainers ld hl, wd736 |
