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/route24.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/route24.asm')
| -rwxr-xr-x | scripts/route24.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/route24.asm b/scripts/route24.asm index ea48053b..6916cbe7 100755 --- a/scripts/route24.asm +++ b/scripts/route24.asm @@ -16,7 +16,7 @@ Route24Script_513c0: ; 513c0 (14:53c0) Route24ScriptPointers: ; 513cb (14:53cb) dw Route24Script0 - dw Func_324c + dw DisplayEnemyTrainerTextAndStartBattle dw EndTrainerBattle dw Route24Script3 dw Route24Script4 @@ -169,7 +169,7 @@ Route24Text1: ; 514a4 (14:54a4) set 7, [hl] ld hl, Route24Text_5152b ld de, Route24Text_5152b - call PreBattleSaveRegisters + call SaveEndBattleTextPointers ld a, [$ff8c] ld [wSpriteIndex], a call EngageMapTrainer |
