diff options
| author | pikalaxalt <PikalaxALT@gmail.com> | 2016-06-07 22:18:07 -0400 |
|---|---|---|
| committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-06-07 22:18:07 -0400 |
| commit | 9346a39a8a2eb17f92cdd439ecc122201046e680 (patch) | |
| tree | b763145a9a13fa537f217eef3f8eb3fa5003c8e8 /engine/diploma_3a.asm | |
| parent | Split out Pikachu-related data (diff) | |
| download | pokeyellow-9346a39a8a2eb17f92cdd439ecc122201046e680.tar.gz pokeyellow-9346a39a8a2eb17f92cdd439ecc122201046e680.tar.xz pokeyellow-9346a39a8a2eb17f92cdd439ecc122201046e680.zip | |
Printer labels
Diffstat (limited to 'engine/diploma_3a.asm')
| -rwxr-xr-x | engine/diploma_3a.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/diploma_3a.asm b/engine/diploma_3a.asm index c8a7e740..520d9f96 100755 --- a/engine/diploma_3a.asm +++ b/engine/diploma_3a.asm @@ -82,11 +82,11 @@ Func_e9ad3: ld de, Tilemap_e9b3e coord hl, 6, 2 lb bc, 10, 12 - call Func_e925d + call Diploma_Surfing_CopyBox ld de, Tilemap_e9bb6 coord hl, 5, 13 lb bc, 1, 11 - call Func_e925d + call Diploma_Surfing_CopyBox ld de, String_e9bd5 coord hl, 2, 15 call PlaceString @@ -105,7 +105,7 @@ Func_e9ad3: ld de, TileMap_e9bc1 coord hl, 2, 0 lb bc, 4, 5 - call Func_e925d + call Diploma_Surfing_CopyBox ret Tilemap_e9b3e: |
