namerater.asm 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. NameRaterScript:
  2. jp EnableAutoTextBoxDrawing
  3. NameRaterScript_1da15:
  4. call PrintText
  5. call YesNoChoice
  6. ld a, [wCurrentMenuItem]
  7. and a
  8. ret
  9. NameRaterScript_1da20:
  10. ld hl, wPartyMonOT
  11. ld bc, NAME_LENGTH
  12. ld a, [wWhichPokemon]
  13. call AddNTimes
  14. ld de, wPlayerName
  15. ld c, NAME_LENGTH
  16. call .asm_1da47
  17. jr c, .asm_1da52
  18. ld hl, wPartyMon1OTID
  19. ld bc, wPartyMon2 - wPartyMon1
  20. ld a, [wWhichPokemon]
  21. call AddNTimes
  22. ld de, wPlayerID
  23. ld c, $2
  24. .asm_1da47
  25. ld a, [de]
  26. cp [hl]
  27. jr nz, .asm_1da52
  28. inc hl
  29. inc de
  30. dec c
  31. jr nz, .asm_1da47
  32. and a
  33. ret
  34. .asm_1da52
  35. scf
  36. ret
  37. NameRaterTextPointers:
  38. dw NameRaterText1
  39. NameRaterText1:
  40. TX_ASM
  41. call SaveScreenTilesToBuffer2
  42. ld hl, NameRaterText_1dab3
  43. call NameRaterScript_1da15
  44. jr nz, .asm_1daae
  45. ld hl, NameRaterText_1dab8
  46. call PrintText
  47. xor a
  48. ld [wPartyMenuTypeOrMessageID], a
  49. ld [wUpdateSpritesEnabled], a
  50. ld [wMenuItemToSwap], a
  51. call DisplayPartyMenu
  52. push af
  53. call GBPalWhiteOutWithDelay3
  54. call RestoreScreenTilesAndReloadTilePatterns
  55. call LoadGBPal
  56. pop af
  57. jr c, .asm_1daae
  58. call GetPartyMonName2
  59. call NameRaterScript_1da20
  60. ld hl, NameRaterText_1dad1
  61. jr c, .asm_1daa8
  62. ld hl, NameRaterText_1dabd
  63. call NameRaterScript_1da15
  64. jr nz, .asm_1daae
  65. ld hl, NameRaterText_1dac2
  66. call PrintText
  67. callba DisplayNameRaterScreen
  68. jr c, .asm_1daae
  69. ld hl, NameRaterText_1dac7
  70. .asm_1daa8
  71. call PrintText
  72. jp TextScriptEnd
  73. .asm_1daae
  74. ld hl, NameRaterText_1dacc
  75. jr .asm_1daa8
  76. NameRaterText_1dab3:
  77. TX_FAR _NameRaterText_1dab3
  78. db "@"
  79. NameRaterText_1dab8:
  80. TX_FAR _NameRaterText_1dab8
  81. db "@"
  82. NameRaterText_1dabd:
  83. TX_FAR _NameRaterText_1dabd
  84. db "@"
  85. NameRaterText_1dac2:
  86. TX_FAR _NameRaterText_1dac2
  87. db "@"
  88. NameRaterText_1dac7:
  89. TX_FAR _NameRaterText_1dac7
  90. db "@"
  91. NameRaterText_1dacc:
  92. TX_FAR _NameRaterText_1dacc
  93. db "@"
  94. NameRaterText_1dad1:
  95. TX_FAR _NameRaterText_1dad1
  96. db "@"