diff options
Diffstat (limited to 'home.asm')
-rw-r--r-- | home.asm | 170 |
1 files changed, 0 insertions, 170 deletions
@@ -1984,173 +1984,3 @@ ReinitSpriteAnimFrame:: ; 3b3c INCLUDE "home/audio.asm" INCLUDE "home/mobile.asm" - -Function3eea:: ; 3eea - push hl - push bc - ld de, AttrMap - TileMap - add hl, de - inc b - inc b - inc c - inc c - call Function3f35 - pop bc - pop hl - call Function3f47 - ret -; 3efd - -Function3efd:: ; 3efd - push hl - hlcoord 0, 12 - ld b, 4 - ld c, 18 - call Function3f0d - pop hl - call PrintTextBoxText - ret -; 3f0d - -Function3f0d:: ; 3f0d - push hl - push bc - ld de, AttrMap - TileMap - add hl, de - inc b - inc b - inc c - inc c - call Function3f35 - pop bc - pop hl - call TextBoxBorder - ret -; 3f20 - -Function3f20:: ; 3f20 - hlcoord 0, 0, AttrMap - ld b, $6 - ld c, $14 - call Function3f35 - hlcoord 0, 0 - ld b, $4 - ld c, $12 - call Function3f47 - ret -; 3f35 - -Function3f35:: ; 3f35 - ld a, $6 - ld de, $0014 -.asm_3f3a - push bc - push hl -.asm_3f3c - ld [hli], a - dec c - jr nz, .asm_3f3c - pop hl - add hl, de - pop bc - dec b - jr nz, .asm_3f3a - ret -; 3f47 - -Function3f47:: ; 3f47 - push bc - call Function3f58 - pop bc -.asm_3f4c - push bc - call Function3f68 - pop bc - dec b - jr nz, .asm_3f4c - call Function3f60 - ret -; 3f58 - -Function3f58:: ; 3f58 - ld a, $63 - ld d, $62 - ld e, $64 - jr Function3f6e - -Function3f60:: ; 3f60 - ld a, $68 - ld d, $67 - ld e, $69 - jr Function3f6e - -Function3f68:: ; 3f68 - ld a, $7f - ld d, $65 - ld e, $66 - -Function3f6e:: ; 3f6e - push hl - ld [hl], d - inc hl -.asm_3f71 - ld [hli], a - dec c - jr nz, .asm_3f71 - ld [hl], e - pop hl - ld de, $0014 - add hl, de - ret -; 3f7c - -Function3f7c:: ; 3f7c - call MenuBoxCoord2Tile - call GetMenuBoxDims - dec b - dec c - call Function3eea - ret -; 3f88 - -Function3f88:: ; 3f88 - ld hl, wDecompressScratch - ld b, $0 -.asm_3f8d - push bc - ld c, $8 -.asm_3f90 - ld a, [de] - inc de - cpl - ld [hl], $0 - inc hl - ld [hli], a - dec c - jr nz, .asm_3f90 - pop bc - dec c - jr nz, .asm_3f8d - ret -; 3f9f - -Function3f9f:: ; 3f9f - ld hl, wDecompressScratch -.asm_3fa2 - push bc - ld c, $8 -.asm_3fa5 - ld a, [de] - inc de - inc de - cpl - ld [hl], $0 - inc hl - ld [hli], a - dec c - jr nz, .asm_3fa5 - pop bc - dec c - jr nz, .asm_3fa2 - ret -; 3fb5 |