diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-09-05 20:13:34 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-09-05 20:13:34 +0200 |
commit | b6661e7736138bb61c4d58e61add686cec9e7739 (patch) | |
tree | 100511f746b70eb74756abcf09f79cddf5635936 /data | |
parent | a7486afb4e28cc0bbd9856990c4af2c7b7140f2a (diff) |
name some pokemon and battle labels
Diffstat (limited to 'data')
-rw-r--r-- | data/data2c.s | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/data/data2c.s b/data/data2c.s index a3395365c..ddfa2e9be 100644 --- a/data/data2c.s +++ b/data/data2c.s @@ -11,7 +11,8 @@ @ 831C898 .include "data/battle_moves.inc" - .incbin "baserom.gba", 0x31d93c, 0x10 + @ 0x31d93c unreferenced unknown data +.byte 0x34, 0x00, 0x10, 0x00, 0x01, 0x01, 0x00, 0x00, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x00, 0x00 @ 831D94C .include "data/pokedex_order.inc" |