mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-01-23 09:16:20 -08:00
engine/pokegear.asm
This commit is contained in:
parent
435b0cf686
commit
ba871547ed
2989
engine/pokegear.asm
Executable file
2989
engine/pokegear.asm
Executable file
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -285,7 +285,7 @@ SpecialNameRater: ; c2b9
|
||||
|
||||
Special_TownMap: ; c2c0
|
||||
call FadeToMenu
|
||||
callba Function9191c
|
||||
callba _TownMap
|
||||
call Function2b4d
|
||||
ret
|
||||
; c2cd
|
||||
|
@ -494,7 +494,7 @@ StartMenu_Pokedex: ; 12937
|
||||
StartMenu_Pokegear: ; 1294c
|
||||
|
||||
call FadeToMenu
|
||||
callba Function90b8d
|
||||
callba PokeGear
|
||||
call Function2b3c
|
||||
ld a, 0
|
||||
ret
|
||||
|
1143
engine/town_map.asm
1143
engine/town_map.asm
File diff suppressed because it is too large
Load Diff
@ -289,16 +289,19 @@ CopyPals:: ; d50
|
||||
; d79
|
||||
|
||||
|
||||
Functiond79:: ; d79
|
||||
ClearVBank1:: ; d79
|
||||
ld a, [hCGB]
|
||||
and a
|
||||
ret z
|
||||
|
||||
ld a, 1
|
||||
ld [rVBK], a
|
||||
|
||||
ld hl, VTiles0
|
||||
ld bc, $2000
|
||||
ld bc, VRAM_End - VTiles0
|
||||
xor a
|
||||
call ByteFill
|
||||
|
||||
ld a, 0
|
||||
ld [rVBK], a
|
||||
ret
|
||||
|
Loading…
x
Reference in New Issue
Block a user