Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
pret
GitHub Repository: pret/pokered
Path: blob/master/data/pokemon/mew.asm
1271 views
1
; Mew's pics and base data are not grouped with the other Pokémon
2
; because it was a last-minute addition "as a kind of prank".
3
; Shigeki Morimoto explained in an Iwata Asks interview:
4
; "We put Mew in right at the very end. The cartridge was really full and
5
; there wasn't room for much more on there. Then the debug features which
6
; weren't going to be included in the final version of the game were removed,
7
; creating a miniscule 300 bytes of free space. So we thought that we could
8
; slot Mew in there. What we did would be unthinkable nowadays!"
9
; http://iwataasks.nintendo.com/interviews/#/ds/pokemon/0/0
10
11
MewPicFront:: INCBIN "gfx/pokemon/front/mew.pic"
12
MewPicBack:: INCBIN "gfx/pokemon/back/mewb.pic"
13
14
MewBaseStats::
15
INCLUDE "data/pokemon/base_stats/mew.asm"
16
17