Remove even more address comments

That should be all of them this time
This commit is contained in:
mid-kid
2018-06-25 02:10:37 +02:00
parent 0cbe04da44
commit 5efce10789
698 changed files with 2243 additions and 4185 deletions

View File

@@ -1,41 +1,41 @@
Icons: ; used only for BANK(Icons)
NullIcon:
PoliwagIcon: INCBIN "gfx/icons/poliwag.2bpp" ; 0x8ec0d
JigglypuffIcon: INCBIN "gfx/icons/jigglypuff.2bpp" ; 0x8ec8d
DiglettIcon: INCBIN "gfx/icons/diglett.2bpp" ; 0x8ed0d
PikachuIcon: INCBIN "gfx/icons/pikachu.2bpp" ; 0x8ed8d
StaryuIcon: INCBIN "gfx/icons/staryu.2bpp" ; 0x8ee0d
FishIcon: INCBIN "gfx/icons/fish.2bpp" ; 0x8ee8d
BirdIcon: INCBIN "gfx/icons/bird.2bpp" ; 0x8ef0d
MonsterIcon: INCBIN "gfx/icons/monster.2bpp" ; 0x8ef8d
ClefairyIcon: INCBIN "gfx/icons/clefairy.2bpp" ; 0x8f00d
OddishIcon: INCBIN "gfx/icons/oddish.2bpp" ; 0x8f08d
BugIcon: INCBIN "gfx/icons/bug.2bpp" ; 0x8f10d
GhostIcon: INCBIN "gfx/icons/ghost.2bpp" ; 0x8f18d
LaprasIcon: INCBIN "gfx/icons/lapras.2bpp" ; 0x8f20d
HumanshapeIcon: INCBIN "gfx/icons/humanshape.2bpp" ; 0x8f28d
FoxIcon: INCBIN "gfx/icons/fox.2bpp" ; 0x8f30d
EquineIcon: INCBIN "gfx/icons/equine.2bpp" ; 0x8f38d
ShellIcon: INCBIN "gfx/icons/shell.2bpp" ; 0x8f40d
BlobIcon: INCBIN "gfx/icons/blob.2bpp" ; 0x8f48d
SerpentIcon: INCBIN "gfx/icons/serpent.2bpp" ; 0x8f50d
VoltorbIcon: INCBIN "gfx/icons/voltorb.2bpp" ; 0x8f58d
SquirtleIcon: INCBIN "gfx/icons/squirtle.2bpp" ; 0x8f60d
BulbasaurIcon: INCBIN "gfx/icons/bulbasaur.2bpp" ; 0x8f68d
CharmanderIcon: INCBIN "gfx/icons/charmander.2bpp" ; 0x8f70d
CaterpillarIcon: INCBIN "gfx/icons/caterpillar.2bpp" ; 0x8f78d
UnownIcon: INCBIN "gfx/icons/unown.2bpp" ; 0x8f80d
GeodudeIcon: INCBIN "gfx/icons/geodude.2bpp" ; 0x8f88d
FighterIcon: INCBIN "gfx/icons/fighter.2bpp" ; 0x8f90d
EggIcon: INCBIN "gfx/icons/egg.2bpp" ; 0x8f98d
JellyfishIcon: INCBIN "gfx/icons/jellyfish.2bpp" ; 0x8fa0d
MothIcon: INCBIN "gfx/icons/moth.2bpp" ; 0x8fa8d
BatIcon: INCBIN "gfx/icons/bat.2bpp" ; 0x8fb0d
SnorlaxIcon: INCBIN "gfx/icons/snorlax.2bpp" ; 0x8fb8d
HoOhIcon: INCBIN "gfx/icons/ho_oh.2bpp" ; 0x8fc0d
LugiaIcon: INCBIN "gfx/icons/lugia.2bpp" ; 0x8fc8d
GyaradosIcon: INCBIN "gfx/icons/gyarados.2bpp" ; 0x8fd0d
SlowpokeIcon: INCBIN "gfx/icons/slowpoke.2bpp" ; 0x8fd8d
SudowoodoIcon: INCBIN "gfx/icons/sudowoodo.2bpp" ; 0x8fe0d
BigmonIcon: INCBIN "gfx/icons/bigmon.2bpp" ; 0x8fe8d
PoliwagIcon: INCBIN "gfx/icons/poliwag.2bpp"
JigglypuffIcon: INCBIN "gfx/icons/jigglypuff.2bpp"
DiglettIcon: INCBIN "gfx/icons/diglett.2bpp"
PikachuIcon: INCBIN "gfx/icons/pikachu.2bpp"
StaryuIcon: INCBIN "gfx/icons/staryu.2bpp"
FishIcon: INCBIN "gfx/icons/fish.2bpp"
BirdIcon: INCBIN "gfx/icons/bird.2bpp"
MonsterIcon: INCBIN "gfx/icons/monster.2bpp"
ClefairyIcon: INCBIN "gfx/icons/clefairy.2bpp"
OddishIcon: INCBIN "gfx/icons/oddish.2bpp"
BugIcon: INCBIN "gfx/icons/bug.2bpp"
GhostIcon: INCBIN "gfx/icons/ghost.2bpp"
LaprasIcon: INCBIN "gfx/icons/lapras.2bpp"
HumanshapeIcon: INCBIN "gfx/icons/humanshape.2bpp"
FoxIcon: INCBIN "gfx/icons/fox.2bpp"
EquineIcon: INCBIN "gfx/icons/equine.2bpp"
ShellIcon: INCBIN "gfx/icons/shell.2bpp"
BlobIcon: INCBIN "gfx/icons/blob.2bpp"
SerpentIcon: INCBIN "gfx/icons/serpent.2bpp"
VoltorbIcon: INCBIN "gfx/icons/voltorb.2bpp"
SquirtleIcon: INCBIN "gfx/icons/squirtle.2bpp"
BulbasaurIcon: INCBIN "gfx/icons/bulbasaur.2bpp"
CharmanderIcon: INCBIN "gfx/icons/charmander.2bpp"
CaterpillarIcon: INCBIN "gfx/icons/caterpillar.2bpp"
UnownIcon: INCBIN "gfx/icons/unown.2bpp"
GeodudeIcon: INCBIN "gfx/icons/geodude.2bpp"
FighterIcon: INCBIN "gfx/icons/fighter.2bpp"
EggIcon: INCBIN "gfx/icons/egg.2bpp"
JellyfishIcon: INCBIN "gfx/icons/jellyfish.2bpp"
MothIcon: INCBIN "gfx/icons/moth.2bpp"
BatIcon: INCBIN "gfx/icons/bat.2bpp"
SnorlaxIcon: INCBIN "gfx/icons/snorlax.2bpp"
HoOhIcon: INCBIN "gfx/icons/ho_oh.2bpp"
LugiaIcon: INCBIN "gfx/icons/lugia.2bpp"
GyaradosIcon: INCBIN "gfx/icons/gyarados.2bpp"
SlowpokeIcon: INCBIN "gfx/icons/slowpoke.2bpp"
SudowoodoIcon: INCBIN "gfx/icons/sudowoodo.2bpp"
BigmonIcon: INCBIN "gfx/icons/bigmon.2bpp"

View File

@@ -4,4 +4,3 @@
frame 2, 09
dorepeat 1
endanim
; 0xd0c5a

View File

@@ -3,4 +3,3 @@
frame 3, 07
dorepeat 1
endanim
; 0xd1b38

View File

@@ -6,4 +6,3 @@
frame 1, 08
dorepeat 4
endanim
; 0xd10a1

View File

@@ -3,4 +3,3 @@
frame 3, 06
dorepeat 1
endanim
; 0xd1e2b

View File

@@ -4,4 +4,3 @@
frame 2, 12
dorepeat 2
endanim
; 0xd1369

View File

@@ -3,4 +3,3 @@
frame 3, 06
dorepeat 1
endanim
; 0xd200b

View File

@@ -6,4 +6,3 @@
dorepeat 2
frame 3, 07
endanim
; 0xd0c76

View File

@@ -2,4 +2,3 @@
frame 5, 45
frame 3, 10
endanim
; 0xd1b48

View File

@@ -7,4 +7,3 @@
frame 1, 06
frame 4, 06
endanim
; 0xd12fa

View File

@@ -4,4 +4,3 @@
frame 6, 06
dorepeat 2
endanim
; 0xd1fb6

View File

@@ -12,4 +12,3 @@
frame 3, 05
dorepeat 8
endanim
; 0xd09ed

View File

@@ -5,4 +5,3 @@
frame 5, 04
frame 4, 06
endanim
; 0xd19a9

View File

@@ -4,4 +4,3 @@
frame 4, 10
frame 7, 25
endanim
; 0xd0c26

View File

@@ -3,4 +3,3 @@
frame 6, 09
dorepeat 1
endanim
; 0xd1b0c

View File

@@ -5,4 +5,3 @@
dorepeat 2
frame 1, 24
endanim
; 0xd124d

View File

@@ -5,4 +5,3 @@
dorepeat 2
frame 1, 08
endanim
; 0xd1f3b

View File

@@ -6,4 +6,3 @@
dorepeat 2
frame 5, 12
endanim
; 0xd10c1

View File

@@ -5,4 +5,3 @@
dorepeat 2
frame 5, 12
endanim
; 0xd1e41

View File

@@ -6,4 +6,3 @@
frame 1, 08
frame 4, 08
endanim
; 0xd1329

View File

@@ -3,4 +3,3 @@
frame 4, 06
dorepeat 1
endanim
; 0xd1fd3

View File

@@ -2,4 +2,3 @@
frame 2, 11
frame 3, 15
endanim
; 0xd116c

View File

@@ -3,4 +3,3 @@
frame 4, 06
dorepeat 1
endanim
; 0xd1ea8

View File

@@ -9,4 +9,3 @@
frame 3, 10
dorepeat 7
endanim
; 0xd0954

View File

@@ -7,4 +7,3 @@
frame 0, 25
frame 3, 10
endanim
; 0xd193c

View File

@@ -7,4 +7,3 @@
frame 5, 12
frame 4, 10
endanim
; 0xd130b

View File

@@ -3,4 +3,3 @@
frame 6, 06
dorepeat 1
endanim
; 0xd1fbf

View File

@@ -9,4 +9,3 @@
frame 1, 08
dorepeat 5
endanim
; 0xd0cb2

View File

@@ -5,4 +5,3 @@
frame 6, 05
dorepeat 3
endanim
; 0xd1b78

View File

@@ -3,4 +3,3 @@
frame 3, 08
frame 1, 04
endanim
; 0xd0908

View File

@@ -3,4 +3,3 @@
frame 4, 12
dorepeat 1
endanim
; 0xd18f0

View File

@@ -5,4 +5,3 @@
frame 0, 06
frame 3, 08
endanim
; 0xd1607

View File

@@ -3,4 +3,3 @@
frame 4, 07
dorepeat 1
endanim
; 0xd21c1

View File

@@ -7,4 +7,3 @@
frame 0, 05
frame 5, 05
endanim
; 0xd089c

View File

@@ -2,4 +2,3 @@
frame 0, 05
frame 5, 05
endanim
; 0xd18a0

View File

@@ -5,4 +5,3 @@
frame 1, 06
dorepeat 3
endanim
; 0xd0929

View File

@@ -3,4 +3,3 @@
frame 1, 10
dorepeat 1
endanim
; 0xd190d

View File

@@ -5,4 +5,3 @@
frame 2, 08
frame 1, 08
endanim
; 0xd0915

View File

@@ -3,4 +3,3 @@
frame 3, 06
dorepeat 1
endanim
; 0xd18f9

View File

@@ -13,4 +13,3 @@
frame 13, 05
dorepeat 11
endanim
; 0xd1696

View File

@@ -5,4 +5,3 @@
frame 11, 05
dorepeat 3
endanim
; 0xd2222

View File

@@ -7,4 +7,3 @@
frame 3, 05
dorepeat 5
endanim
; 0xd0f26

View File

@@ -3,4 +3,3 @@
frame 3, 05
dorepeat 1
endanim
; 0xd1d16

View File

@@ -5,4 +5,3 @@
frame 1, 09
dorepeat 3
endanim
; 0xd08e1

View File

@@ -3,4 +3,3 @@
frame 3, 06
dorepeat 1
endanim
; 0xd18d5

View File

@@ -6,4 +6,3 @@
frame 0, 10
frame 4, 10
endanim
; 0xd08c5

View File

@@ -3,4 +3,3 @@
frame 3, 06
dorepeat 1
endanim
; 0xd18bf

View File

@@ -6,4 +6,3 @@
frame 3, 08
frame 4, 30
endanim
; 0xd08d4

View File

@@ -5,4 +5,3 @@
frame 1, 10
dorepeat 3
endanim
; 0xd18cc

View File

@@ -7,4 +7,3 @@
frame 4, 05
dorepeat 4
endanim
; 0xd1165

View File

@@ -3,4 +3,3 @@
frame 5, 06
dorepeat 1
endanim
; 0xd1e9f

View File

@@ -8,4 +8,3 @@
dorepeat 5
frame 3, 10
endanim
; 0xd1271

View File

@@ -3,4 +3,3 @@
frame 4, 06
dorepeat 1
endanim
; 0xd1f4d

View File

@@ -3,4 +3,3 @@
frame 2, 10
frame 1, 10
endanim
; 0xd0aa7

View File

@@ -3,4 +3,3 @@
frame 3, 07
dorepeat 1
endanim
; 0xd1a29

View File

@@ -6,4 +6,3 @@
frame 3, 05
dorepeat 4
endanim
; 0xd0a9e

View File

@@ -5,4 +5,3 @@
frame 0, 05
frame 3, 05
endanim
; 0xd1a20

View File

@@ -2,4 +2,3 @@
frame 2, 10
frame 3, 10
endanim
; 0xd1290

View File

@@ -3,4 +3,3 @@
frame 1, 08
dorepeat 1
endanim
; 0xd1f68

View File

@@ -4,4 +4,3 @@
dorepeat 1
frame 3, 09
endanim
; 0xd0dd0

View File

@@ -1,4 +1,3 @@
frame 4, 52
dorepeat 1
endanim
; 0xd1c4e

View File

@@ -4,4 +4,3 @@
frame 0, 12
frame 3, 18
endanim
; 0xd1501

View File

@@ -3,4 +3,3 @@
frame 4, 07
dorepeat 1
endanim
; 0xd210b

View File

@@ -7,4 +7,3 @@
frame 5, 05
dorepeat 1
endanim
; 0xd125e

View File

@@ -3,4 +3,3 @@
frame 1, 07
dorepeat 1
endanim
; 0xd1f44

View File

@@ -4,4 +4,3 @@
frame 1, 05
dorepeat 1
endanim
; 0xd11d2

View File

@@ -3,4 +3,3 @@
frame 4, 10
dorepeat 1
endanim
; 0xd1ee0

View File

@@ -9,4 +9,3 @@
frame 6, 02
frame 1, 08
endanim
; 0xd0e9f

View File

@@ -3,4 +3,3 @@
frame 5, 08
dorepeat 1
endanim
; 0xd1cc3

View File

@@ -9,4 +9,3 @@
frame 3, 09
frame 1, 03
endanim
; 0xd1194

View File

@@ -3,4 +3,3 @@
frame 4, 10
dorepeat 1
endanim
; 0xd1eba

View File

@@ -9,4 +9,3 @@
frame 0, 05
frame 6, 05
endanim
; 0xd152a

View File

@@ -3,4 +3,3 @@
frame 5, 06
dorepeat 1
endanim
; 0xd2126

View File

@@ -4,4 +4,3 @@
frame 4, 09
frame 5, 14
endanim
; 0xd0daa

View File

@@ -6,4 +6,3 @@
frame 9, 06
dorepeat 1
endanim
; 0xd1c2a

View File

@@ -4,4 +4,3 @@
frame 1, 09
dorepeat 2
endanim
; 0xd0b97

View File

@@ -3,4 +3,3 @@
frame 4, 08
dorepeat 1
endanim
; 0xd1aad

View File

@@ -8,4 +8,3 @@
frame 7, 12
frame 8, 12
endanim
; 0xd1029

View File

@@ -3,4 +3,3 @@
frame 4, 07
dorepeat 1
endanim
; 0xd1dc9

View File

@@ -3,4 +3,3 @@
frame 4, 10
frame 1, 09
endanim
; 0xd0d92

View File

@@ -3,4 +3,3 @@
frame 0, 08
dorepeat 1
endanim
; 0xd1c10

View File

@@ -6,4 +6,3 @@
frame 1, 08
dorepeat 4
endanim
; 0xd0d89

View File

@@ -5,4 +5,3 @@
dorepeat 2
frame 1, 30
endanim
; 0xd1c07

View File

@@ -3,4 +3,3 @@
frame 3, 10
frame 4, 06
endanim
; 0xd1587

View File

@@ -3,4 +3,3 @@
frame 5, 08
dorepeat 1
endanim
; 0xd2169

View File

@@ -5,4 +5,3 @@
frame 2, 08
dorepeat 1
endanim
; 0xd10fd

View File

@@ -7,4 +7,3 @@
frame 6, 06
frame 5, 06
endanim
; 0xd1e71

View File

@@ -10,4 +10,3 @@
frame 1, 12
dorepeat 8
endanim
; 0xd1114

View File

@@ -5,4 +5,3 @@
frame 5, 05
dorepeat 3
endanim
; 0xd1e7e

View File

@@ -5,4 +5,3 @@
frame 2, 09
frame 3, 09
endanim
; 0xd10f0

View File

@@ -3,4 +3,3 @@
frame 4, 05
dorepeat 1
endanim
; 0xd1e60

View File

@@ -8,4 +8,3 @@
frame 3, 05
frame 4, 05
endanim
; 0xd0e1b

View File

@@ -5,4 +5,3 @@
frame 0, 08
frame 5, 08
endanim
; 0xd1c81

View File

@@ -13,4 +13,3 @@
frame 2, 06
frame 1, 06
endanim
; 0xd0bb4

View File

@@ -7,4 +7,3 @@
dorepeat 4
frame 6, 20
endanim
; 0xd1abe

View File

@@ -5,4 +5,3 @@
dorepeat 2
frame 4, 12
endanim
; 0xd1441

View File

@@ -3,4 +3,3 @@
frame 5, 08
dorepeat 1
endanim
; 0xd2089

View File

@@ -6,4 +6,3 @@
dorepeat 3
frame 2, 10
endanim
; 0xd1038

View File

@@ -5,4 +5,3 @@
frame 0, 09
frame 5, 13
endanim
; 0xd1dd6

View File

@@ -5,4 +5,3 @@
frame 0, 04
dorepeat 1
endanim
; 0xd16a3

Some files were not shown because too many files have changed in this diff Show More