You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Move some more main.asm routines into individual files
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
SECTION "mobile_40", ROMX
|
||||
|
||||
Function100000: ; 100000
|
||||
; d: 1 or 2
|
||||
; e: bank
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
SECTION "bank41_2", ROMX
|
||||
|
||||
; These functions deal with miscellaneous statistics
|
||||
; which were used for Trainer Rankings in Pokémon News.
|
||||
|
||||
|
||||
@@ -3015,6 +3015,7 @@ Unknown_1196b8: ; 1196b8
|
||||
db "Sun"
|
||||
; 1196cd
|
||||
|
||||
|
||||
SECTION "bank46_2", ROMX
|
||||
; A hack to use ascii above.
|
||||
|
||||
|
||||
@@ -1,10 +1,6 @@
|
||||
|
||||
SECTION "Misc Crystal", ROMX
|
||||
|
||||
MobileAdapterGFX::
|
||||
INCBIN "gfx/mobile/mobile_adapter.2bpp"
|
||||
|
||||
|
||||
Function17a68f:: ; 17a68f (5e:668f)
|
||||
call Function17a6a8
|
||||
call Function17a751
|
||||
|
||||
@@ -1,8 +1,4 @@
|
||||
|
||||
SECTION "bank5F", ROMX
|
||||
|
||||
Function17c000: ; 17c000
|
||||
|
||||
call DisableLCD
|
||||
|
||||
ld hl, VTiles2
|
||||
|
||||
Reference in New Issue
Block a user