diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-24 15:18:44 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-24 15:18:44 -0500 |
commit | f599e477fc3306dbca9cad4aeadfe7a66b84c7bc (patch) | |
tree | 0ce99b46559247e5b44f17bce643941ceac88685 /wram.asm | |
parent | 6c248953b79237de98a177b7820ed7b9c4e96880 (diff) |
Partial interpretation of battle tower trainer data
Diffstat (limited to 'wram.asm')
-rw-r--r-- | wram.asm | 14 |
1 files changed, 10 insertions, 4 deletions
@@ -2976,11 +2976,17 @@ BT_OTTrainer:: battle_tower_struct BT_OT ; d1e0 ds $20 ; d200 -BT_TrainerTextIndex:: - ds $be -w3_d2be:: ds 1 +BT_TrainerTextIndex:: ds 2 +w3_d202:: battle_tower_struct w3_d202 +w3_d2e2:: battle_tower_struct w3_d2e2 +w3_d3c2:: battle_tower_struct w3_d3c2 +w3_d4a2:: battle_tower_struct w3_d4a2 +w3_d582:: battle_tower_struct w3_d582 +w3_d662:: battle_tower_struct w3_d662 +w3_d742:: battle_tower_struct w3_d742 +; d822 + ds -$22 -SECTION "WRAM 3 part 2", WRAMX [$d800], BANK [3] wBTChoiceOfLvlGroup:: w3_d800:: ds $400 w3_dc00:: ds $168 |