You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-12-11 05:02:16 -08:00
@@ -1,6 +1,6 @@
|
||||
INCLUDE "includes.asm"
|
||||
|
||||
SECTION "Credits", ROMX, BANK[CREDITS]
|
||||
SECTION "Credits", ROMX
|
||||
|
||||
const_def
|
||||
const SATOSHI_TAJIRI
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
INCLUDE "includes.asm"
|
||||
|
||||
SECTION "Events", ROMX, BANK[EVENTS]
|
||||
SECTION "Events", ROMX
|
||||
|
||||
OverworldLoop:: ; 966b0
|
||||
xor a
|
||||
|
||||
@@ -855,7 +855,7 @@ DoAnimFrame: ; 8d24b
|
||||
ret
|
||||
|
||||
.AnonymousJumptable: ; 8d6c5 (23:56c5)
|
||||
ld hl, [sp+$0]
|
||||
ld hl, sp+$0
|
||||
ld e, [hl]
|
||||
inc hl
|
||||
ld d, [hl]
|
||||
|
||||
Reference in New Issue
Block a user