diff options
| author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-08-01 16:58:30 -0400 |
|---|---|---|
| committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-08-01 16:58:30 -0400 |
| commit | c1c7ac6826a5033fb06bc1b551bdd7bf4f806e50 (patch) | |
| tree | 01ae490308033e3a7fd7855afabc1e69d69cf127 /engine/battle/get_trainer_name.asm | |
| parent | Attempt to make yellow buildable. (diff) | |
| download | pokeyellow-c1c7ac6826a5033fb06bc1b551bdd7bf4f806e50.tar.gz pokeyellow-c1c7ac6826a5033fb06bc1b551bdd7bf4f806e50.tar.xz pokeyellow-c1c7ac6826a5033fb06bc1b551bdd7bf4f806e50.zip | |
Attempt to make Yellow buildable, part 2.
Diffstat (limited to 'engine/battle/get_trainer_name.asm')
| -rw-r--r-- | engine/battle/get_trainer_name.asm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engine/battle/get_trainer_name.asm b/engine/battle/get_trainer_name.asm index d32b80b9..d393b800 100644 --- a/engine/battle/get_trainer_name.asm +++ b/engine/battle/get_trainer_name.asm @@ -18,6 +18,7 @@ GetTrainerName_: ; f67a5 (3d:67a5) ld [wPredefBank], a call GetName ld hl, wcd6d +.foundName .rival ld de, W_TRAINERNAME ld bc, $d |
