mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
Get rid of the last bank A incbin.
This commit is contained in:
parent
54a6118e0d
commit
602b91944f
10
main.asm
10
main.asm
@ -37319,7 +37319,7 @@ Function2a4ab: ; 2a4ab
|
|||||||
ld a, c
|
ld a, c
|
||||||
ld [$d265], a
|
ld [$d265], a
|
||||||
call GetPokemonName
|
call GetPokemonName
|
||||||
ld hl, $651a
|
ld hl, UnknownText_0x2a51a
|
||||||
call PrintText
|
call PrintText
|
||||||
xor a
|
xor a
|
||||||
ld [ScriptVar], a
|
ld [ScriptVar], a
|
||||||
@ -37331,7 +37331,11 @@ Function2a4ab: ; 2a4ab
|
|||||||
ret
|
ret
|
||||||
; 2a51a
|
; 2a51a
|
||||||
|
|
||||||
INCBIN "baserom.gbc",$2a51a,$2a51f - $2a51a
|
UnknownText_0x2a51a: ; 0x2a51a
|
||||||
|
; I just saw some rare @ in @ . I'll call you if I see another rare #MON, OK?
|
||||||
|
text_jump UnknownText_0x1bd34b
|
||||||
|
db "@"
|
||||||
|
; 0x2a51f
|
||||||
|
|
||||||
Function2a51f: ; 2a51f
|
Function2a51f: ; 2a51f
|
||||||
callba Function90439
|
callba Function90439
|
||||||
@ -37643,7 +37647,7 @@ ChrisBackpic: ; 2ba1a
|
|||||||
INCBIN "gfx/misc/player.lz"
|
INCBIN "gfx/misc/player.lz"
|
||||||
; 2bba1
|
; 2bba1
|
||||||
|
|
||||||
db 0, 0, 0, 0, 0, 0, 0, 0, 0 ; filler
|
ds 9
|
||||||
|
|
||||||
DudeBackpic: ; 2bbaa
|
DudeBackpic: ; 2bbaa
|
||||||
INCBIN "gfx/misc/dude.lz"
|
INCBIN "gfx/misc/dude.lz"
|
||||||
|
Loading…
Reference in New Issue
Block a user