diff options
| author | entrpntr <entrpntr@gmail.com> | 2020-04-06 14:28:33 -0400 |
|---|---|---|
| committer | entrpntr <entrpntr@gmail.com> | 2020-04-06 14:48:14 -0400 |
| commit | 07a5cc60d0c3e37699ad5e45366cb9b093d6b7e7 (patch) | |
| tree | d24dd2f6ac9f79f3247415d136b290a17766df3a /engine/pokemon | |
| parent | d46fcef6bc2c8054f873d238e020d43b6f1774f2 (diff) | |
Add unnamed.py and update for rgbds v0.4.x before continuing.
Diffstat (limited to 'engine/pokemon')
| -rw-r--r-- | engine/pokemon/bills_pc_top.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/pokemon/bills_pc_top.asm b/engine/pokemon/bills_pc_top.asm index 749718db..0ad87023 100644 --- a/engine/pokemon/bills_pc_top.asm +++ b/engine/pokemon/bills_pc_top.asm @@ -243,7 +243,7 @@ Functione566: ; e566 (3:6566) call SetPalettes ret -CopyBoxmonToTempMon +CopyBoxmonToTempMon: ld a, [wCurPartyMon] ld hl, sBoxMon1Species ld bc, $20 |
