diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-02-05 12:44:21 -0500 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-02-05 12:44:21 -0500 |
| commit | 4264d53eb681ea8a3b1a71426ac485078b80a8ca (patch) | |
| tree | 07ccb1d395c766b49c758dcb34de00bc70881cfc /engine/events | |
| parent | 7d3ea88611efbc2f9b903063e2816b1cae1bad35 (diff) | |
Identify some more labels
Diffstat (limited to 'engine/events')
| -rw-r--r-- | engine/events/battle_tower/battle_tower.asm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/engine/events/battle_tower/battle_tower.asm b/engine/events/battle_tower/battle_tower.asm index 8eabc71ca..0de1d1a28 100644 --- a/engine/events/battle_tower/battle_tower.asm +++ b/engine/events/battle_tower/battle_tower.asm @@ -5,6 +5,7 @@ BattleTowerRoomMenu: ret Function1700ba: +; special call InitBattleTowerChallengeRAM farcall Function11811a ret @@ -136,7 +137,7 @@ Function170139: ; unreferenced ld l, a ld a, [wcd4c] ld h, a - ld bc, $0006 + ld bc, 6 call CopyBytes ld a, l ld [wcd4b], a @@ -156,7 +157,7 @@ Function170139: ; unreferenced ld a, BANK(s5_a894) ; aka BANK(s5_a948) call OpenSRAM ld hl, s5_a894 - ld bc, NAME_LENGTH_JAPANESE + ld bc, 6 call CopyBytes ld hl, wc608 ld de, s5_a948 |
