You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Restructured functions in main.asm to resemble the home functions they clone
This commit is contained in:
@@ -141,7 +141,7 @@ SpecialBuenaPrize: ; 8afd4
|
||||
call WriteBackup
|
||||
ld hl, UnknownText_0x8b08b
|
||||
call PrintText
|
||||
call Functiona36
|
||||
call JoyWaitAorB
|
||||
call PlayClickSFX
|
||||
ret
|
||||
; 8b072
|
||||
|
||||
@@ -491,7 +491,7 @@ Function1656b: ; 1656b
|
||||
|
||||
Function16571: ; 16571
|
||||
.loop
|
||||
call Functiona57
|
||||
call JoyTextDelay
|
||||
ld hl, hJoyPressed
|
||||
ld a, [hl]
|
||||
and B_BUTTON
|
||||
|
||||
@@ -11,7 +11,7 @@ SEER_LEVEL_ONLY EQU 7
|
||||
SpecialPokeSeer: ; 4f0bc
|
||||
ld a, SEER_INTRO
|
||||
call PrintSeerText
|
||||
call Functiona36
|
||||
call JoyWaitAorB
|
||||
|
||||
ld b, $6
|
||||
callba SelectMonFromParty
|
||||
|
||||
@@ -151,7 +151,7 @@ endr
|
||||
add hl, bc
|
||||
call Function8aee9
|
||||
call Function3200
|
||||
call Functiona36
|
||||
call JoyWaitAorB
|
||||
call PlayClickSFX
|
||||
call WriteBackup
|
||||
ret
|
||||
|
||||
Reference in New Issue
Block a user