GoGoJJTech

Doing.txt 8/24/14

Aug 24th, 2014
432
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.94 KB | None | 0 0
  1. REDOING EVERYTHING:
  2. ows
  3. world map
  4. new items
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11. move effect porting
  12.  
  13. Re-mapping using new tiles
  14.  
  15. New move pool at 0xC10494 (9B9000 + original [257494])
  16.  
  17. 582 slots
  18.  
  19. 444CB2-444FEA(broken from g3hs)
  20.  
  21. tables repointed:
  22. PkmnStatsOffset = 0x87C9E0(+1C for #1)
  23. PkmnNamesOffset = 0x884030(+B for #1)
  24. EvoDataOffset = 0xBB9268(+40 for #1)
  25. MovesLearnedOffset = 0x88B42C(+4 for #1)
  26. TMCompatOffset = 0x88BD48(+8 for #1)
  27. FrontSpriteTable = 0x88CF7C(+8 for #1)
  28. BackSpriteTable = 0x88E1CC(+8 for #1)
  29. FrontPaletteTable = 0x88F400(+8 for #1)
  30. BackPaletteTable = 0x890634(+8 for #1)
  31. EnemyYTable = 0x891868(+4 for #1)
  32. PlayerYTable = 0x892184(+4 for #1)
  33. EnemyAltitudeTable = 0x892AA0(+1 for #1)
  34. IconSpriteTable = 0x892CEC(+4 for #1)
  35. IconPaletteTable = 0x893608(+1 for #1)
  36. DexNumberOffset = 0x893850(+2 for #2)
  37. HoennNumbersOffset = 0x893CE0(+2 for #2)
  38. DexDataOffset = 0x894170(+24 for #1)
  39. MoveTutorCompatibility= 0x89934C(+2 for #1)
  40. FootPrintTable = 0x8997DC(+4 for #1)
  41. CryConversionTable = 0x89A0F8(slots 2 bytes)
  42. CryTable = 0xA6F8D0(+C for #2)
  43. SecondaryCryTable = 0xA71280(+C for #2)
  44.  
  45. tables needing repointing:
  46. MoveTutorCompatibility= 0x459B7E(+2 for #1)
  47. FootPrintTable = 0x43FAB0(+4 for #1)
  48. PkmnStatsOffset = 0x254784(+1C for #1)
  49. PkmnNamesOffset = 0x245EE0(+B for #1)
  50. EvoDataOffset = 0x259754(+28 for #1)
  51. MovesLearnedOffset = 0x25d7b4(+4 for #1)
  52. TMCompatOffset = 0x252bc8(+8 for #1)
  53. DexNumbersOffset = 0x251fee(+2 for #2)
  54. HoennNumbersOffset = 0x251cb8(+2 for #2)
  55. DexDataOffset = 0x44E850(+24 for #1)
  56. FrontSpriteTable = 0x2350AC(+8 for #1)
  57. BackSpriteTable = 0x23654C(+8 for #1)
  58. FrontPaletteTable = 0x23730C(+8 for #1)
  59. BackPaletteTable = 0x2380cc(+8 for #1)
  60. EnemyYTable = 0x2349CC(+4 for #1)
  61. PlayerYTable = 0x235E6C(+4 for #1)
  62. EnemyAltitudeTable = 0x23A004(+1 for #1)
  63. IconSpriteTable = 0x3D37A0(+4 for #1)
  64. IconPaletteTable = 0x3D3E80(+1 for #1)
  65. CryConversionTable = 0x2539D4(slots 2 bytes)
  66. CryTable = 0x48C914(+C for #2)
  67. SecondaryCryTable = 0x48DB44(+C for #2)
  68.  
  69.  
  70.  
  71.  
  72.  
  73. Altered Firered Changelog:
  74. Made suitable to support 16 tracks in a song and support 12 directsounds at once
  75. Added JPAN's hacked Engine
  76. Added JPAN's save block hack
  77. repointed pokemon stats table
  78. repointed names
  79. repointed evos
  80. repointed moves learned
  81. repointed tmcompat
  82. repointed front sprites
  83. repointed back sprites
  84. repointed front sprite pals
  85. repointed back sprite pals (shiny pals)
  86. repointed enemy Y table
  87. repointed player Y table
  88. repointed enemy altitude table
  89. repointed icons sprites table
  90. repointed icon pal coordination table
  91. repointed dex numbers
  92. repointed hoenn numbers
  93. repointed dex data
  94. repointed tutor compat
  95. repointed footprints
  96. repointed cry conversions
  97. made backup (1)
  98. imported all new cries
  99. made backup (2)
  100. imported all new icons
  101. made backup (3)
  102. added a movepool for every new pokemon
  103. made backup (4)
  104. overwrote the bytes at 0xD75FC with 00 00 00 00 00 00 to break move limiter
  105. added new moves
  106. made backup (5)
  107. added day/night music switch routine
  108. added all "day" music
  109. made backup (6)
  110. added all "night" music
  111. made backup (7)
  112. imported the first 151 pokemon sprites
  113. made backup (8)
  114. fixed the ??????????s after chimecho to have the correct sprites
  115. made backup (9)
  116. Changed the byte at 0x01D402 to 00 to make Mew obey
  117. Changed the bytes at 0x00EC94 to 80 20 C0 00
  118. Changed the bytes at 0x00ED6C to 80 20 C0 00
  119. Changed the bytes at 0x00F0E4 to 80 20 C0 00
  120. Changed the bytes at 0x00F1B0 to 80 20 C0 00
  121. Changed the bytes at 0x00FFFA to 80 20 C0 00
  122. Changed the bytes at 0x011F74 to 80 20 C0 00
  123. Changed the bytes at 0x02A81A to 80 20 C0 00
  124. Changed the bytes at 0x02CEAC to 80 20 C0 00
  125. Changed the bytes at 0x040FDA to 80 20 C0 00
  126. Changed the bytes at 0x043766 to 80 20 C0 00
  127. Changed the bytes at 0x043C42 to 80 20 C0 00
  128. Changed the bytes at 0x043E5C to 80 20 C0 00
  129. Changed the bytes at 0x0440FE to 80 20 C0 00
  130. Changed the bytes at 0x0459CC to 80 20 C0 00
  131. Changed the bytes at 0x04FAA2 to 80 20 C0 00
  132. Changed the bytes at 0x04FC5E to 80 20 C0 00
  133. Changed the bytes at 0x04FC8C to 80 20 C0 00
  134. Changed the bytes at 0x04FCA2 to 80 20 C0 00
  135. Changed the bytes at 0x04FD04 to 80 20 C0 00
  136. Changed the bytes at 0x05148E to 80 20 C0 00
  137. Changed the bytes at 0x052174 to 80 20 C0 00
  138. Changed the bytes at 0x05287E to 80 20 C0 00
  139. Changed the bytes at 0x0535D0 to 80 20 C0 00
  140. Changed the bytes at 0x074658 to 80 20 C0 00
  141. Changed the bytes at 0x074728 to 80 20 C0 00
  142. Changed the bytes at 0x074788 to 80 20 C0 00
  143. Changed the bytes at 0x076BEC to 80 20 C0 00
  144. Changed the bytes at 0x076CC8 to 80 20 C0 00
  145. Changed the bytes at 0x07FE12 to 80 20 C0 00
  146. Changed the bytes at 0x07FFD8 to 80 20 C0 00
  147. Changed the bytes at 0x094A1A to 80 20 C0 00
  148. Changed the bytes at 0x096E72 to 80 20 C0 00
  149. Changed the bytes at 0x096F86 to 80 20 C0 00
  150. Changed the bytes at 0x09700A to 80 20 C0 00
  151. Changed the bytes at 0x0970A6 to 80 20 C0 00
  152. Changed the bytes at 0x09713E to 80 20 C0 00
  153. Changed the bytes at 0x0971D2 to 80 20 C0 00
  154. Changed the bytes at 0x0971FE to 80 20 C0 00
  155. Changed the bytes at 0x0A0470 to 80 20 C0 00
  156. Changed the bytes at 0x0DABB4 to 80 20 C0 00
  157. Changed the bytes at 0x0DAC1A to 80 20 C0 00
  158. Changed the bytes at 0x0E6590 to 80 20 C0 00
  159. Changed the bytes at 0x0F31B2 to 80 20 C0 00
  160. Changed the bytes at 0x0FBFD6 to 80 20 C0 00
  161. Changed the bytes at 0x113EC0 to 80 20 C0 00
  162. Changed the bytes at 0x113EE0 to 80 20 C0 00
  163. Changed the bytes at 0x11AC1E to 80 20 C0 00
  164. Changed the bytes at 0x11ADD4 to 80 20 C0 00
  165. Changed the bytes at 0x11ADF0 to 80 20 C0 00
  166. Changed the bytes at 0x11B030 to 80 20 C0 00
  167. Changed the bytes at 0x11B19A to 80 20 C0 00
  168. {The above is to change the readable amount of Pokemon from 412 to 1024}
  169. made backup (10)
  170. Changed the bytes at 0x00D7E4 to 80 21 C9 00
  171. Changed the bytes at 0x00D854 to 80 21 C9 00
  172. Changed the bytes at 0x01196A to 80 21 C9 00
  173. Changed the bytes at 0x011F3C to 80 21 C9 00
  174. Changed the bytes at 0x013384 to 80 21 C9 00
  175. Changed the bytes at 0x013400 to 80 21 C9 00
  176. Changed the bytes at 0x01348C to 80 21 C9 00
  177. Changed the bytes at 0x019CA4 to 80 21 C9 00
  178. Changed the bytes at 0x019D5A to 80 21 C9 00
  179. Changed the bytes at 0x025BF8 to 80 21 C9 00
  180. Changed the bytes at 0x026DF0 to 80 21 C9 00
  181. Changed the bytes at 0x02B9A8 to 80 21 C9 00
  182. Changed the bytes at 0x02C9C8 to 80 21 C9 00
  183. Changed the bytes at 0x0392CE to 80 21 C9 00
  184. Changed the bytes at 0x0394FC to 80 21 C9 00
  185. Changed the bytes at 0x03994C to 80 21 C9 00
  186. Changed the bytes at 0x039BC0 to 80 21 C9 00
  187. Changed the bytes at 0x03A234 to 80 21 C9 00
  188. Changed the bytes at 0x040D0C to 80 21 C9 00
  189. Changed the bytes at 0x053088 to 80 21 C9 00
  190. Changed the bytes at 0x074624 to 80 21 C9 00
  191. Changed the bytes at 0x0746F0 to 80 21 C9 00
  192. Changed the bytes at 0x076BD8 to 80 21 C9 00
  193. Changed the bytes at 0x076C98 to 80 21 C9 00
  194. Changed the bytes at 0x096F78 to 80 21 C9 00
  195. Changed the bytes at 0x0C839C to 80 21 C9 00
  196. Changed the bytes at 0x0C8756 to 80 21 C9 00
  197. Changed the bytes at 0x0C882C to 80 21 C9 00
  198. Changed the bytes at 0x0CAD20 to 80 21 C9 00
  199. Changed the bytes at 0x0F23E4 to 80 21 C9 00
  200. Changed the bytes at 0x0F2E32 to 80 21 C9 00
  201. Changed the bytes at 0x0F32A4 to 80 21 C9 00
  202. Changed the bytes at 0x0F32E6 to 80 21 C9 00
  203. Changed the bytes at 0x1193FA to 80 21 C9 00
  204. Changed the bytes at 0x11B11C to 80 21 C9 00
  205. Changed the bytes at 0x15EBE0 to 80 21 C9 00
  206. Changed the bytes at 0x00ED3E to 80 22 D2 00
  207. Changed the bytes at 0x00F182 to 80 22 D2 00
  208. Changed the bytes at 0x0118D0 to 80 22 D2 00
  209. Changed the bytes at 0x026E8E to 80 22 D2 00
  210. Changed the bytes at 0x096FFC to 80 22 D2 00
  211. Changed the bytes at 0x13549E to 80 22 D2 00
  212. Changed the bytes at 0x04FAE6 to 80 23 DB 00
  213. Changed the bytes at 0x040036 to 80 24 E4 00
  214. Changed the bytes at 0x0401A6 to 80 24 E4 00
  215. Changed the bytes at 0x12EAA4 to 80 24 E4 00
  216. Changed the bytes at 0x0A0224 to 80 27 FF 00
  217. {The above deals with other limiters}
  218. made backup (11)
  219. Changed the bytes at 0x011F68 to E5 03 00 00
  220. Changed the bytes at 0x018D20 to E5 03 00 00
  221. Changed the bytes at 0x018E7C to E5 03 00 00
  222. Changed the bytes at 0x018F84 to E5 03 00 00
  223. Changed the bytes at 0x019E20 to E5 03 00 00
  224. Changed the bytes at 0x034478 to E5 03 00 00
  225. Changed the bytes at 0x034638 to E5 03 00 00
  226. Changed the bytes at 0x07464C to E5 03 00 00
  227. Changed the bytes at 0x07471C to E5 03 00 00
  228. Changed the bytes at 0x07477C to E5 03 00 00
  229. Changed the bytes at 0x076CBC to E5 03 00 00
  230. Changed the bytes at 0x088EA4 to E5 03 00 00
  231. Changed the bytes at 0x0D77C8 to E5 03 00 00
  232. Changed the bytes at 0x1037D4 to E5 03 00 00
  233. Changed the bytes at 0x103870 to E5 03 00 00
  234. Changed the bytes at 0x103920 to E5 03 00 00
  235. Changed the bytes at 0x104C28 to E5 03 00 00
  236. {The above deals with other limiters}
  237. made backup (12)
  238. Added Triple Tile Layer hack support
  239. made backup (13)
  240. Changed the bytes at 0x13b8c2 to 1D E0 to remove the help system
  241. Changed the cry of the pokemon that's released by the prof to Lopunny
  242. Inserted Magma Armor and Flame Body hack
  243. Changed the byte at 0xBD494 to 00 to allow running indoors
  244. Changed the bytes at 0x0EC5D0 to 15 89 07 08 to skip the intro Nidoran vs Gengar
  245. Changed the bytes at 0x0008AA to 02 DF 91 8B 18 1C 08 40 00 28 F9 D0 00 BD to make the wait for interrupt loop quicker
  246. Changed the bytes at 0x1375B0 to 01
  247. Changed the bytes at 0x046CBE to 01
  248. Changed the bytes at 0x04623E to 01 {this and the last two are to change egg hatch lv to 1}
  249. Changed around the pokedex HUD
  250. Changed the bytes at 0x09D3A0 to 00 00 00 00 to make a showpokepic not show a box
  251. Changed the bytes at 0x0CE91A to 00 00 14 E0
  252. Changed the bytes at 0x126C4D to E0 {this and the last are to make evolutions work before the national dex}
  253. Made backup (14)
  254. Added in a script to give a dex and a snover at 0x7298C9
  255. Imported sprites for new pokemon
  256. made backup (15)
  257. Changed the bytes at 0x1A6763 to 03 31 02 01 03 31 05 01 to change the level up fanfare
  258. Changed the bytes at 0x05BA3A to 00 00 00 00 to disable the flag check for running shoes
  259. made backup (16)
  260. Inserted seencaughtflagsrepoint.bin
  261. Changed bytes at 0x104c28 to EC 01 to change read slots in dex
  262. Applied notes: [http://pastebin.com/c8Brpvcu]
  263. Changed the bytes at 0x043220 to 00 00 to null a dex limiter
  264. Changed the bytes at 0x088E96 to 23 02 [0x181]
  265. Changed the bytes at 0x103900 to 23 02 [0x181]
  266. Changed the bytes at 0x104BFA to 23 02 [0x181]
  267. Changed the bytes at 0x04322C to 23 02 [0x19B]
  268. Changed the bytes at 0x1025EC to B6 20 40 01 (Got the dex working)
  269. made backup (17)
  270. Changed the bytes at 0x0EC5C6 to 31 B4 00 47
  271. Changed the bytes at 0x0EC5D0 to 55 92 {this and the above is to remove the titlescreen AND intro}
  272. made backup (18)
  273. Inserted classbasedtrainermusic.bin
  274. Inserted physicalspecialsplitimageshack.bin
  275. Inserted trainerencounterhack.bin
  276. Inserted trainerface.bin
  277. made backup (19)
  278. Inserted flaghack.bin
  279. made backup (20)
  280. Inserted varhack.bin {vars 0x4000 - 0x40FF, 0x5000 - 0x51FF, 0x8000 - 0x8016 now safe}
  281. made backup (21)
  282. Inserted incensehack.bin
  283. Changed the bytes at 0x05EECE to 00 00 00 00 00 00 to fix the palette loading in JPAN's engine
  284. made backup (22)
  285. Used JPAN's tool
  286. Used DNS
  287. made backup (23)
  288. Swapped the locations of the seen/caught flags and the flags and vars
  289. made backup (24)
  290. Imported tons of maps and tilesets
  291. made backup (25)
  292. Changed move tutor moves
  293. Changed the bytes at 0x124EA0 and 0x124F6C to 90 to make reusable TMs
  294. Fixed a bunch of sprites that were borked
  295. Imported Items
  296. made backup (26)
  297. Fixed a few items
  298. Made new evolutionary stones work (Dawn stone acts as a normal evolution stone)
  299. made backup (27)
  300. Inserted a bunch of room tiles (still using stuff.png in my pictures)
  301. made backup (28)
  302. Finished the player's room
  303. made backup (29)
  304. Added in Lucas and Dawn OWs
  305. made backup (30)
  306. Replaced all 887 occurences of POKEMON with Pokemon (with accent marks of course)
  307. made backup (31)
  308. Fixed order issues
  309. Lowercased all abilities
  310. made backup (32)
  311. Did Bulbasaur-Blastoise's entries
  312. made backup (33)
  313. Did some fixes for the JPAN engine: http://pokemonhackersonline.com/showthread.php?t=14184
  314. Applies JPAN_FIX
  315. made backup (34)
  316. Changed the bytes at 0x0720ca to 01 1C 11 E0 to allow cries above 512 to play
  317. applied physical special split
  318. Made cries above 512 not play backwards
  319. made backup (35)
  320. Changed the bytes at 0x03F2BC to 1C 3F to fix a physical special split bug
  321. Changed the bytes at 0x10583C and 0x105856 to FF to fix the pokedex pokemon type glitch
  322. Changed the bytes at 0x040A92 to 21 68 69 60 20 E0 to fix the roaming pokemon IV glitch
  323. Did Caterpie-Fearow's entries
  324. made backup (36)
  325. Did Ekans-Pikachu's entries
  326. added dp font patch
  327. Changed the bytes at 0x110F54 to 00 1C 0F E0 to remove the "previously on your quest" deal
  328. made backup (37)
  329. finished the player's house
  330. made backup (38)
  331. added the TV screen to the diploma specials
  332. made backup (39)
  333. added the 255 diploma special
  334. made backup (40)
  335. nulled the get badge song at 260
  336. replaced the song at 338 with the start of the TV message (oak coming back) day
  337. replaced the song at 347 with the end of the TV message (oak coming back) day
  338. made backup (41)
  339. fixed all "day" songs
  340. made backup (42)
  341. fixed all "night" songs
  342. made backup (43)
  343. changed the bytes at 0x054A08 and 0x054A00 to change the starting position
  344. started the TV map script
  345. made backup (44)
  346. Changed the bytes at 0x0F4D3E to c0 46 c0 46 to null out the get badge theme in the Diploma hack
  347. Did the rival's first script in the room :)
  348. made backup (45)
  349. inserted rival overworlds
  350. inserted the mom level script in the player's house
  351. fixed a dns palette
  352. made backup (46)
  353. inserted lucas and rowan intro sprites
  354. made backup (47)
  355. inserted dawn intro sprite
  356. made backup (48)
  357. inserted rival intro sprite
  358. made backup (49)
  359. did script of mom warning about tall grass and the electric dude saying to see the rival
  360. imported the main text box, selections, and hero exclamations and arrows
  361. did a few scripts from outside twinleaf to the rival leaving twinleaf
  362. made backup (50)
  363. up to the part of the script where you meet dawn
  364. imported like 0x3b OW pals and a few OWs
  365. made backup (51)
  366. imported up to OW 19
  367. made backup (52)
  368. did some doors
  369. did some OWs
  370. inserted main.bin at 0x872078
  371. made some filler space just in-case the routine gets larger
  372. made the tv scripts play the song BEFORE the twinleaf theme using playsong2 :D thanks spherical
  373. made backup (53)
  374. added in the darthatron bw2 repel hack
  375. fixed a tile error in route 201
  376. Changed the byte at 0x0F4E20 to E1 to make special 0x108 not end the script thanks knizz
  377. fixed the tv script to make it work finally
  378. made backup (54)
  379. fixed the "barry says to go in da grass" script
  380. fixed the rse choose starter routine (thanks shinyquagsire)
  381. made backup (55)
  382. fixed scripts and textbox and stuff
  383. made backup (56)
  384. 3 deoxys
  385. 2 burmy
  386. 2 wormadam
  387. 1 cherrim FRAME
  388. 1 shellos
  389. 1 gastrodon
  390. 5 rotom
  391. 1 giratina
  392. 1 shaymin
  393. 17 arceus (34 new slots)
  394. repointed all tables to support form pokemon
  395. made backup (58)
  396. inserted day music
  397. made backup (59)
  398. edited form names
  399. made backup (60)
  400. did tons of form stuff
  401. made backup (61)
  402. did more form stuff
  403. made backup (62)
  404. d.world stuff
  405. made backup (63)
  406. did new music
  407. cherrim stuffs
  408. made backup (64)
  409. imported gen 2 sprites (not heights)
  410. made backup (65)
  411. inserted main.bin at 0xA00100+1
  412. finished main.bin
  413. made backup (66)
  414. inserted battle boxes
  415. inserted dn music switch asm
  416. made backup (67)
  417. pasted original songtable back on the original offset
  418. did sethealingplace stuffs to platinum
  419. made backup (68)
  420. imported music again
  421. added e4 challenge theme to slot 345
  422. added e4 battle theme to night
  423. added e4 encounter theme to slot 348
  424. added cynthia encounter theme to slot 349
  425. made backup (69)
  426. e4 tiles aaron
  427. e4 battle script aaron
  428. made backup (70)
  429. did battle bg for aaron
  430. made backup (71)
  431. fixed aaron script
  432. bertha tiles
  433. inserted poketch sounds
  434. 0xA253e4 is poketch data for now
  435. put 00 for the 8 bytes at 0x080484 to make trainerbattle 0x9 not have oak's text
  436. inserted poketchhack.asm
  437. made backup (72)
  438. tons of poketch
  439. made backup (73)
  440. inserted burmy asm
  441. fixed form data
  442. fixed icons for wormadams
  443. made backup (74)
  444. placed 0xff at 042FAA to break the evo limiter
  445. repointed evo table to bb9120
  446. inserted male evolve asm at bb9180 (slot 0x15)
  447. inserted female evolve asm at bb91cc (slot 0x16)
  448. inserted held item day evolve asm at bb9218 (slot 0x17)
  449. inserted new amount of evos per mon table at bb9268 (g3hs)
  450. made backup (75)
  451. did burmy's evos
  452. added a script to give items and mon at 0xC01729
  453. made backup (76)
  454. did combee's evolution
  455. inserted move evolve asm at bc23ec (slot 0x12)
  456. added rs tile system
  457. platinum tileset 6 = tileset 0 and 1
  458. inserted held item night evolve asm at bc2438
  459. did sneasel and gligar evolutions
  460. gen 4 items 467 total +0
  461. 22 ??????????
  462. so 445 +0 for gen 4.
  463. gen 3 items 374 total +0+close icon..
  464. 70 new items from gen 3 to 4
  465. placed E0 at 0x09A8AA to make the item limit 448
  466. repointed item table to BC2488 (one entry = 0x2C)
  467. item image table at 3d4294
  468. repointed item image table to bc7188
  469. changed the bytes at 0x098998 to C0 01 to change the limit of item images to 448
  470. made backup (77)
  471.  
  472. \\items images done//
  473. shiny stone
  474. dusk stone
  475. dawn stone
  476. protector
  477. reaper cloth
  478. dubious disc
  479. magmarizer
  480. electirizer
  481. rose incense
  482. pure incense
  483. rock incense
  484. odd incense
  485. luck incense
  486. wave incense
  487. full incense
  488. honey
  489.  
  490. \\items needing images//
  491. dusk ball
  492. heal ball
  493. quick ball
  494. Cherish ball
  495. growth mulch
  496. damp mulch
  497. stable mulch
  498. gooey mulch
  499. armor fossil
  500. skull fossil
  501. rare bone
  502. oval stone
  503. odd keystone
  504. griseous orb
  505. adamant orb
  506. lustrous orb
  507. grass mail
  508. flame mail
  509. bubble mail
  510. bloom mail
  511. tunnel mail
  512. steel mail
  513. heart mail
  514. snow mail
  515. space mail
  516. air mail
  517. mosaic mail
  518. brick mail
  519. micle berry
  520. custap berry
  521. jaboca berry
  522. wide lens
  523. muscle band
  524. wise glasses
  525. expert belt
  526. light clay
  527. life orb
  528. power herb
  529. toxic orb
  530. flame orb
  531. quick powder
  532. focus sash
  533. zoom lens
  534. metronome
  535. Iron ball
  536. lagging tail
  537. destiny knot
  538. black sludge
  539. icy rock
  540. smooth rock
  541. heat rock
  542. damp rock
  543. grip claw
  544. choice scarf
  545. sticky barb
  546. Power Bracer
  547. Power Belt
  548. Power Lens
  549. Power Band
  550. Power Anklet
  551. Power Weight
  552. shed shell
  553. bicycle
  554. big root
  555. Choice Specs
  556. Flame Plate
  557. Splash Plate
  558. Zap Plate
  559. Meadow Plate
  560. Icicle Plate
  561. Fist Plate
  562. Toxic Plate
  563. Earth Plate
  564. Sky Plate
  565. Mind Plate
  566. Insect Plate
  567. Stone Plate
  568. Spooky Plate
  569. Draco Plate
  570. Dread Plate
  571. Iron Plate
  572. ??? Plate
  573. Razor Claw
  574. Razor Fang
  575. TM51-TM92
  576. Explorer Kit
  577. Sprayduck
  578. Loot Sack
  579. Rule Book
  580. Poké radar
  581. Point Card
  582. Journal
  583. Seal Case
  584. Fashion Case
  585. Seal Bag
  586. Pal Pad
  587. Works Key
  588. Old Charm
  589. Galactic Key
  590. Town Map
  591. Red Chain
  592. Poffin Case
  593. Suite Key
  594. Oak's Letter (pal only)
  595. Lunar Wing
  596. Member Card
  597. Azure Flute
  598. Magma Stone
  599. Secret Key
  600. Coupon 1
  601. Coupon 2
  602. Coupon 3
  603. Storage Key
  604. SecretPotion
  605. Vs. Recorder
  606. Gracidea
  607.  
  608. made backup (78)
  609. added all item images
  610. made backup (79)
  611. moved item images from bc7188 to bcf778 so I could have 2 new slots for items
  612. added the missing berries
  613. made backup (80)
  614. changed all pokemon wild held item items and some broken evolutions. Applied some new gen evolutions to old pokemon.
  615. made backup (81)
  616. added other mon evolve at bd17a0
  617. givepokemon script at C01729
  618. changed mantyke's evolution to be proper
  619. made backup (82)
  620. C50018 is bag(different ROM)
  621. did mapping twinleaf and lake animations
  622. made backup (83)
  623. inserted formechangebyitem.bin at 0xBFBD40
  624. foremchangersub is at 0xBFBD98
  625. inserted formechangebyitemremove.bin at 0xBFBDF0
  626. made itemtooriginalpoke table at 0xBFBE50
  627. made itemtonewpoke table at 0xBFC1D0
  628. fixed giratina's icon
  629. did video
  630. made backup (84)
  631. fixed a lot of maps :D
  632. made backup (85)
  633. imported fixed icons
  634. imported sandgem lab
  635. imported jubilife stuffs
  636. some balls stuffs
  637. made backup (86)
  638. fixed route 202 border blocks
  639. new battle textbox at bfc960
  640. edited evos for move evolution
  641. edited givepokemon
  642. made backup (87)
  643. fixed move evolve
  644. fixed grass animation
  645. did some OW importing
  646. some room tiles
  647. made backup (88)
  648. inserted gen 3 pokemon sprites
  649. fixed pokemon heights
  650. made backup (89)
  651. battle BG wild grass
  652. set a6cb90
  653. raw a6d4a0
  654. battle BG battle regular
  655. set a6d850
  656. raw a6df00
  657. made backup (90)
  658. some tiles
  659. re-mapped route 203
  660. some stairs stuff 3A64C8
  661. Repointed CryTable and SecondaryCryTable
  662. fixed another border block error
  663. toooooons of mapping
  664. made backup (91)
  665. inserted map name evolve asm at a7ac70 (slot 0x11)
  666. inserted map evolve asm at a7aca4 (slot 0x10)
  667. map evolve argument is BBMM bank map
  668. map name evolve is NN00 name
  669. recorded video
  670. made backup (92)
  671. stuff
  672. made backup (93)
  673. inserted DawnStoneone at a7d050
  674. inserted DawnStonetwo at a7d100
  675. dawn stone in 649 is id 90 (dec)
  676. dawn stone Pr Pb is id 54 (dec)
  677. intro
  678. new music
  679. intro
  680. made backup (94)
  681. removed DNS system
  682. intro
  683. finished dawn stone
  684. made backup (95)
  685. tons of intro
  686. changed the 2 bytes at 05E5FA to 00 to allow palettes over 0xa to work for OWs.
  687. tons of mapping
  688. added PC OWs (no pals)
  689. fixed the pal for the Windmill OWs
  690. made backup (96)
  691. moveecho inserted at c05a00
  692. hopecho inserted at c05a30
  693. inserted driflooncheck1 at c06420
  694. inserted driflooncheck2 at c06450
  695.  
  696. 3a2f40 - run down animation
  697. 73 - last working
  698. 74 - first broken
Add Comment
Please, Sign In to add comment