summaryrefslogtreecommitdiff
path: root/data/tilesets/metatiles.s
blob: 15a5b7471c5a51f25f48808ced9e2625aaf2a327 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
	.align 1

gMetatiles_General: @ 8259C1C

gMetatiles_General:: @ 8259C1C

	.incbin "baserom.gba", 0x259c1c, 0x2000

	.align 1

gMetatileAttributes_General: @ 825BC1C

gMetatileAttributes_General:: @ 825BC1C

	.incbin "baserom.gba", 0x25bc1c, 0x400

	.align 1

gMetatiles_Petalburg: @ 825C01C

gMetatiles_Petalburg:: @ 825C01C

	.incbin "baserom.gba", 0x25c01c, 0x900

	.align 1

gMetatileAttributes_Petalburg: @ 825C91C

gMetatileAttributes_Petalburg:: @ 825C91C

	.incbin "baserom.gba", 0x25c91c, 0x120

	.align 1

gMetatiles_Rustboro: @ 825CA3C

gMetatiles_Rustboro:: @ 825CA3C

	.incbin "baserom.gba", 0x25ca3c, 0x15e0

	.align 1

gMetatileAttributes_Rustboro: @ 825E01C

gMetatileAttributes_Rustboro:: @ 825E01C

	.incbin "baserom.gba", 0x25e01c, 0x2bc

	.align 1

gMetatiles_Dewford: @ 825E2D8

gMetatiles_Dewford:: @ 825E2D8

	.incbin "baserom.gba", 0x25e2d8, 0x900

	.align 1

gMetatileAttributes_Dewford: @ 825EBD8

gMetatileAttributes_Dewford:: @ 825EBD8

	.incbin "baserom.gba", 0x25ebd8, 0x120

	.align 1

gMetatiles_Slateport: @ 825ECF8

gMetatiles_Slateport:: @ 825ECF8

	.incbin "baserom.gba", 0x25ecf8, 0x16c0

	.align 1

gMetatileAttributes_Slateport: @ 82603B8

gMetatileAttributes_Slateport:: @ 82603B8

	.incbin "baserom.gba", 0x2603b8, 0x2d8

	.align 1

gMetatiles_Mauville: @ 8260690

gMetatiles_Mauville:: @ 8260690

	.incbin "baserom.gba", 0x260690, 0x1b20

	.align 1

gMetatileAttributes_Mauville: @ 82621B0

gMetatileAttributes_Mauville:: @ 82621B0

	.incbin "baserom.gba", 0x2621b0, 0x364

	.align 1

gMetatiles_Lavaridge: @ 8262514

gMetatiles_Lavaridge:: @ 8262514

	.incbin "baserom.gba", 0x262514, 0x11e0

	.align 1

gMetatileAttributes_Lavaridge: @ 82636F4

gMetatileAttributes_Lavaridge:: @ 82636F4

	.incbin "baserom.gba", 0x2636f4, 0x23c

	.align 1

gMetatiles_Fallarbor: @ 8263930

gMetatiles_Fallarbor:: @ 8263930

	.incbin "baserom.gba", 0x263930, 0x1520

	.align 1

gMetatileAttributes_Fallarbor: @ 8264E50

gMetatileAttributes_Fallarbor:: @ 8264E50

	.incbin "baserom.gba", 0x264e50, 0x2a4

	.align 1

gMetatiles_Fortree: @ 82650F4

gMetatiles_Fortree:: @ 82650F4

	.incbin "baserom.gba", 0x2650f4, 0x10b0

	.align 1

gMetatileAttributes_Fortree: @ 82661A4

gMetatileAttributes_Fortree:: @ 82661A4

	.incbin "baserom.gba", 0x2661a4, 0x216

	.align 1

gMetatiles_Lilycove: @ 82663BA

gMetatiles_Lilycove:: @ 82663BA

	.incbin "baserom.gba", 0x2663ba, 0x15f0

	.align 1

gMetatileAttributes_Lilycove: @ 82679AA

gMetatileAttributes_Lilycove:: @ 82679AA

	.incbin "baserom.gba", 0x2679aa, 0x2be

	.align 1

gMetatiles_Mossdeep: @ 8267C68

gMetatiles_Mossdeep:: @ 8267C68

	.incbin "baserom.gba", 0x267c68, 0x16b0

	.align 1

gMetatileAttributes_Mossdeep: @ 8269318

gMetatileAttributes_Mossdeep:: @ 8269318

	.incbin "baserom.gba", 0x269318, 0x2d6

	.align 1

gMetatiles_EverGrande: @ 82695EE

gMetatiles_EverGrande:: @ 82695EE

	.incbin "baserom.gba", 0x2695ee, 0xa80

	.align 1

gMetatileAttributes_EverGrande: @ 826A06E

gMetatileAttributes_EverGrande:: @ 826A06E

	.incbin "baserom.gba", 0x26a06e, 0x150

	.align 1

gMetatiles_Pacifidlog: @ 826A1BE

gMetatiles_Pacifidlog:: @ 826A1BE

	.incbin "baserom.gba", 0x26a1be, 0xbf0

	.align 1

gMetatileAttributes_Pacifidlog: @ 826ADAE

gMetatileAttributes_Pacifidlog:: @ 826ADAE

	.incbin "baserom.gba", 0x26adae, 0x17e

	.align 1

gMetatiles_Sootopolis: @ 826AF2C

gMetatiles_Sootopolis:: @ 826AF2C

	.incbin "baserom.gba", 0x26af2c, 0xfe0

	.align 1

gMetatileAttributes_Sootopolis: @ 826BF0C

gMetatileAttributes_Sootopolis:: @ 826BF0C

	.incbin "baserom.gba", 0x26bf0c, 0x1fc

	.align 1

gMetatiles_Building: @ 826C108

gMetatiles_Building:: @ 826C108

	.incbin "baserom.gba", 0x26c108, 0x80

	.align 1

gMetatileAttributes_Building: @ 826C188

gMetatileAttributes_Building:: @ 826C188

	.incbin "baserom.gba", 0x26c188, 0x10

	.align 1

gMetatiles_Shop: @ 826C198

gMetatiles_Shop:: @ 826C198

	.incbin "baserom.gba", 0x26c198, 0x1180

	.align 1

gMetatileAttributes_Shop: @ 826D318

gMetatileAttributes_Shop:: @ 826D318

	.incbin "baserom.gba", 0x26d318, 0x230

	.align 1

gMetatiles_PokemonCenter: @ 826D548

gMetatiles_PokemonCenter:: @ 826D548

	.incbin "baserom.gba", 0x26d548, 0xc60

	.align 1

gMetatileAttributes_PokemonCenter: @ 826E1A8

gMetatileAttributes_PokemonCenter:: @ 826E1A8

	.incbin "baserom.gba", 0x26e1a8, 0x18c

	.align 1

gMetatiles_Cave: @ 826E334

gMetatiles_Cave:: @ 826E334

	.incbin "baserom.gba", 0x26e334, 0x19e0

	.align 1

gMetatileAttributes_Cave: @ 826FD14

gMetatileAttributes_Cave:: @ 826FD14

	.incbin "baserom.gba", 0x26fd14, 0x33c

	.align 1

gMetatiles_PokemonSchool: @ 8270050

gMetatiles_PokemonSchool:: @ 8270050

	.incbin "baserom.gba", 0x270050, 0x3a0

	.align 1

gMetatileAttributes_PokemonSchool: @ 82703F0

gMetatileAttributes_PokemonSchool:: @ 82703F0

	.incbin "baserom.gba", 0x2703f0, 0x74

	.align 1

gMetatiles_PokemonFanClub: @ 8270464

gMetatiles_PokemonFanClub:: @ 8270464

	.incbin "baserom.gba", 0x270464, 0x680

	.align 1

gMetatileAttributes_PokemonFanClub: @ 8270AE4

gMetatileAttributes_PokemonFanClub:: @ 8270AE4

	.incbin "baserom.gba", 0x270ae4, 0xd0

	.align 1

gMetatiles_Unused1: @ 8270BB4
	.incbin "baserom.gba", 0x270bb4, 0x20

	.align 1

gMetatileAttributes_Unused1: @ 8270BD4
	.incbin "baserom.gba", 0x270bd4, 0x4

	.align 1

gMetatiles_MeteorFalls: @ 8270BD8

gMetatiles_MeteorFalls:: @ 8270BD8

	.incbin "baserom.gba", 0x270bd8, 0x9f0

	.align 1

gMetatileAttributes_MeteorFalls: @ 82715C8

gMetatileAttributes_MeteorFalls:: @ 82715C8

	.incbin "baserom.gba", 0x2715c8, 0x13e

	.align 1

gMetatiles_OceanicMuseum: @ 8271706

gMetatiles_OceanicMuseum:: @ 8271706

	.incbin "baserom.gba", 0x271706, 0x650

	.align 1

gMetatileAttributes_OceanicMuseum: @ 8271D56

gMetatileAttributes_OceanicMuseum:: @ 8271D56

	.incbin "baserom.gba", 0x271d56, 0xca

	.align 1

gMetatiles_CableClub: @ 8271E20

gMetatiles_CableClub:: @ 8271E20

	.incbin "baserom.gba", 0x271e20, 0x1000

	.align 1

gMetatileAttributes_CableClub: @ 8272E20

gMetatileAttributes_CableClub:: @ 8272E20

	.incbin "baserom.gba", 0x272e20, 0x200

	.align 1

gMetatiles_SeashoreHouse: @ 8273020

gMetatiles_SeashoreHouse:: @ 8273020

	.incbin "baserom.gba", 0x273020, 0x380

	.align 1

gMetatileAttributes_SeashoreHouse: @ 82733A0

gMetatileAttributes_SeashoreHouse:: @ 82733A0

	.incbin "baserom.gba", 0x2733a0, 0x70

	.align 1

gMetatiles_PrettyPetalFlowerShop: @ 8273410

gMetatiles_PrettyPetalFlowerShop:: @ 8273410

	.incbin "baserom.gba", 0x273410, 0x480

	.align 1

gMetatileAttributes_PrettyPetalFlowerShop: @ 8273890

gMetatileAttributes_PrettyPetalFlowerShop:: @ 8273890

	.incbin "baserom.gba", 0x273890, 0x90

	.align 1

gMetatiles_PokemonDayCare: @ 8273920

gMetatiles_PokemonDayCare:: @ 8273920

	.incbin "baserom.gba", 0x273920, 0x440

	.align 1

gMetatileAttributes_PokemonDayCare: @ 8273D60

gMetatileAttributes_PokemonDayCare:: @ 8273D60

	.incbin "baserom.gba", 0x273d60, 0x88

	.align 1

gMetatiles_Facility: @ 8273DE8

gMetatiles_Facility:: @ 8273DE8

	.incbin "baserom.gba", 0x273de8, 0x1fe0

	.align 1

gMetatileAttributes_Facility: @ 8275DC8

gMetatileAttributes_Facility:: @ 8275DC8

	.incbin "baserom.gba", 0x275dc8, 0x3fc

	.align 1

gMetatiles_BikeShop: @ 82761C4

gMetatiles_BikeShop:: @ 82761C4

	.incbin "baserom.gba", 0x2761c4, 0xf80

	.align 1

gMetatileAttributes_BikeShop: @ 8277144

gMetatileAttributes_BikeShop:: @ 8277144

	.incbin "baserom.gba", 0x277144, 0x1f0

	.align 1

gMetatiles_RusturfTunnel: @ 8277334

gMetatiles_RusturfTunnel:: @ 8277334

	.incbin "baserom.gba", 0x277334, 0x530

	.align 1

gMetatileAttributes_RusturfTunnel: @ 8277864

gMetatileAttributes_RusturfTunnel:: @ 8277864

	.incbin "baserom.gba", 0x277864, 0xa6

	.align 1

gMetatiles_SecretBaseSecondary: @ 827790A

gMetatiles_SecretBaseSecondary:: @ 827790A

	.incbin "baserom.gba", 0x27790a, 0x1440

	.align 1

gMetatileAttributes_SecretBaseSecondary: @ 8278D4A

gMetatileAttributes_SecretBaseSecondary:: @ 8278D4A

	.incbin "baserom.gba", 0x278d4a, 0x288

	.align 1

gMetatiles_InsideOfTruck: @ 8278FD2

gMetatiles_InsideOfTruck:: @ 8278FD2

	.incbin "baserom.gba", 0x278fd2, 0x260

	.align 1

gMetatileAttributes_InsideOfTruck: @ 8279232

gMetatileAttributes_InsideOfTruck:: @ 8279232

	.incbin "baserom.gba", 0x279232, 0x4c

	.align 1

gMetatiles_Contest: @ 827927E

gMetatiles_Contest:: @ 827927E

	.incbin "baserom.gba", 0x27927e, 0xe00

	.align 1

gMetatileAttributes_Contest: @ 827A07E

gMetatileAttributes_Contest:: @ 827A07E

	.incbin "baserom.gba", 0x27a07e, 0x1c0

	.align 1

gMetatiles_LilycoveMuseum: @ 827A23E

gMetatiles_LilycoveMuseum:: @ 827A23E

	.incbin "baserom.gba", 0x27a23e, 0x8f0

	.align 1

gMetatileAttributes_LilycoveMuseum: @ 827AB2E

gMetatileAttributes_LilycoveMuseum:: @ 827AB2E

	.incbin "baserom.gba", 0x27ab2e, 0x11e

	.align 1

gMetatiles_BrendansMaysHouse: @ 827AC4C

gMetatiles_BrendansMaysHouse:: @ 827AC4C

	.incbin "baserom.gba", 0x27ac4c, 0xab0

	.align 1

gMetatileAttributes_BrendansMaysHouse: @ 827B6FC

gMetatileAttributes_BrendansMaysHouse:: @ 827B6FC

	.incbin "baserom.gba", 0x27b6fc, 0x156

	.align 1

gMetatiles_Lab: @ 827B852

gMetatiles_Lab:: @ 827B852

	.incbin "baserom.gba", 0x27b852, 0x9a0

	.align 1

gMetatileAttributes_Lab: @ 827C1F2

gMetatileAttributes_Lab:: @ 827C1F2

	.incbin "baserom.gba", 0x27c1f2, 0x134

	.align 1

gMetatiles_Underwater: @ 827C326

gMetatiles_Underwater:: @ 827C326

	.incbin "baserom.gba", 0x27c326, 0xec0

	.align 1

gMetatileAttributes_Underwater: @ 827D1E6

gMetatileAttributes_Underwater:: @ 827D1E6

	.incbin "baserom.gba", 0x27d1e6, 0x1d8

	.align 1

gMetatiles_GenericBuilding: @ 827D3BE

gMetatiles_GenericBuilding:: @ 827D3BE

	.incbin "baserom.gba", 0x27d3be, 0x2000

	.align 1

gMetatileAttributes_GenericBuilding: @ 827F3BE

gMetatileAttributes_GenericBuilding:: @ 827F3BE

	.incbin "baserom.gba", 0x27f3be, 0x400

	.align 1

gMetatiles_MauvilleGameCorner: @ 827F7BE

gMetatiles_MauvilleGameCorner:: @ 827F7BE

	.incbin "baserom.gba", 0x27f7be, 0x600

	.align 1

gMetatileAttributes_MauvilleGameCorner: @ 827FDBE

gMetatileAttributes_MauvilleGameCorner:: @ 827FDBE

	.incbin "baserom.gba", 0x27fdbe, 0xc0

	.align 1

gMetatiles_Unused2: @ 827FE7E
	.incbin "baserom.gba", 0x27fe7e, 0x3a0

	.align 1

gMetatileAttributes_Unused2: @ 828021E
	.incbin "baserom.gba", 0x28021e, 0x74

	.align 1

gMetatiles_RustboroGym: @ 8280292

gMetatiles_RustboroGym:: @ 8280292

	.incbin "baserom.gba", 0x280292, 0x380

	.align 1

gMetatileAttributes_RustboroGym: @ 8280612

gMetatileAttributes_RustboroGym:: @ 8280612

	.incbin "baserom.gba", 0x280612, 0x70

	.align 1

gMetatiles_DewfordGym: @ 8280682

gMetatiles_DewfordGym:: @ 8280682

	.incbin "baserom.gba", 0x280682, 0x3d0

	.align 1

gMetatileAttributes_DewfordGym: @ 8280A52

gMetatileAttributes_DewfordGym:: @ 8280A52

	.incbin "baserom.gba", 0x280a52, 0x7a

	.align 1

gMetatiles_MauvilleGym: @ 8280ACC

gMetatiles_MauvilleGym:: @ 8280ACC

	.incbin "baserom.gba", 0x280acc, 0x750

	.align 1

gMetatileAttributes_MauvilleGym: @ 828121C

gMetatileAttributes_MauvilleGym:: @ 828121C

	.incbin "baserom.gba", 0x28121c, 0xea

	.align 1

gMetatiles_LavaridgeGym: @ 8281306

gMetatiles_LavaridgeGym:: @ 8281306

	.incbin "baserom.gba", 0x281306, 0x2a0

	.align 1

gMetatileAttributes_LavaridgeGym: @ 82815A6

gMetatileAttributes_LavaridgeGym:: @ 82815A6

	.incbin "baserom.gba", 0x2815a6, 0x54

	.align 1

gMetatiles_PetalburgGym: @ 82815FA

gMetatiles_PetalburgGym:: @ 82815FA

	.incbin "baserom.gba", 0x2815fa, 0x8c0

	.align 1

gMetatileAttributes_PetalburgGym: @ 8281EBA

gMetatileAttributes_PetalburgGym:: @ 8281EBA

	.incbin "baserom.gba", 0x281eba, 0x118

	.align 1

gMetatiles_FortreeGym: @ 8281FD2

gMetatiles_FortreeGym:: @ 8281FD2

	.incbin "baserom.gba", 0x281fd2, 0x350

	.align 1

gMetatileAttributes_FortreeGym: @ 8282322

gMetatileAttributes_FortreeGym:: @ 8282322

	.incbin "baserom.gba", 0x282322, 0x6a

	.align 1

gMetatiles_MossdeepGym: @ 828238C

gMetatiles_MossdeepGym:: @ 828238C

	.incbin "baserom.gba", 0x28238c, 0x500

	.align 1

gMetatileAttributes_MossdeepGym: @ 828288C

gMetatileAttributes_MossdeepGym:: @ 828288C

	.incbin "baserom.gba", 0x28288c, 0xa0

	.align 1

gMetatiles_SootopolisGym: @ 828292C

gMetatiles_SootopolisGym:: @ 828292C

	.incbin "baserom.gba", 0x28292c, 0x630

	.align 1

gMetatileAttributes_SootopolisGym: @ 8282F5C

gMetatileAttributes_SootopolisGym:: @ 8282F5C

	.incbin "baserom.gba", 0x282f5c, 0xc6

	.align 1

gMetatiles_TrickHousePuzzle: @ 8283022

gMetatiles_TrickHousePuzzle:: @ 8283022

	.incbin "baserom.gba", 0x283022, 0x950

	.align 1

gMetatileAttributes_TrickHousePuzzle: @ 8283972

gMetatileAttributes_TrickHousePuzzle:: @ 8283972

	.incbin "baserom.gba", 0x283972, 0x12a

	.align 1

gMetatiles_Ship: @ 8283A9C

gMetatiles_Ship:: @ 8283A9C

	.incbin "baserom.gba", 0x283a9c, 0xfc0

	.align 1

gMetatileAttributes_Ship: @ 8284A5C

gMetatileAttributes_Ship:: @ 8284A5C

	.incbin "baserom.gba", 0x284a5c, 0x1f8

	.align 1

gMetatiles_SecretBasePrimary: @ 8284C54

gMetatiles_SecretBasePrimary:: @ 8284C54

	.incbin "baserom.gba", 0x284c54, 0x20

	.align 1

gMetatileAttributes_SecretBasePrimary: @ 8284C74

gMetatileAttributes_SecretBasePrimary:: @ 8284C74

	.incbin "baserom.gba", 0x284c74, 0x4

	.align 1

gMetatiles_EliteFour: @ 8284C78

gMetatiles_EliteFour:: @ 8284C78

	.incbin "baserom.gba", 0x284c78, 0x14b0

	.align 1

gMetatileAttributes_EliteFour: @ 8286128

gMetatileAttributes_EliteFour:: @ 8286128

	.incbin "baserom.gba", 0x286128, 0x296

	.align 1

gMetatiles_BattleTower: @ 82863BE

gMetatiles_BattleTower:: @ 82863BE

	.incbin "baserom.gba", 0x2863be, 0x830

	.align 1

gMetatileAttributes_BattleTower: @ 8286BEE

gMetatileAttributes_BattleTower:: @ 8286BEE

	.incbin "baserom.gba", 0x286bee, 0x106