You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Use hex for tile IDs in engine/movie/splash.asm
This commit is contained in:
@@ -159,7 +159,7 @@ GameFreakPresents_PlaceGameFreak:
|
||||
ret
|
||||
|
||||
.game_freak
|
||||
db 0, 1, 2, 3, 13, 4, 5, 3, 1, 6
|
||||
db $00, $01, $02, $03, $0d, $04, $05, $03, $01, $06
|
||||
.end
|
||||
db "@"
|
||||
|
||||
@@ -181,7 +181,7 @@ GameFreakPresents_PlacePresents:
|
||||
ret
|
||||
|
||||
.presents
|
||||
db 7, 8, 9, 10, 11, 12
|
||||
db $07, $08, $09, $0a, $0b, $0c
|
||||
.end
|
||||
db "@"
|
||||
|
||||
|
Reference in New Issue
Block a user